gecko-dev/layout/reftests/css-page/page-name-canvas-001.html
Emily McDonough f7af34aa62 Bug 1740366 - Implement paginated fragmentation on page-name boundaries r=dholbert
This has a TODO about empty page names on previous sibling frames, to match
Chrome's behavior of page break coalescing we should be looking to the frame
before that sibling and check for page breaks there instead.

Differential Revision: https://phabricator.services.mozilla.com/D140423
2022-04-28 00:03:19 +00:00

8 lines
188 B
HTML

<!DOCTYPE html>
<html class="reftest-paged">
<body style="page:a">
<canvas height="1" style="page:b; border: 1px solid black"></canvas>
<p style="page:b">b</p>
</body>
</html>