Status: PASS | Duration: 6ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-page/page-name-propagated-006-print.html
<!DOCTYPE html> <html> <link rel="match" href="page-name-propagated-006-print-ref.html"/> <link rel="help" href="https://www.w3.org/TR/css-page-3/#using-named-pages"/> <body> <div style="page: b"> <div style="page: c"> <div style="page: x">a</div> <div style="position: absolute; left: 100px">b</div> </div> </div> <div style="page: a">c</div> </body> </html>
/css/css-page/page-name-propagated-006-print-ref.html
<!DOCTYPE html> <html> <body> <div> <div> <div>a</div> <div style="position: absolute; left: 100px">b</div> </div> </div> <div style="break-before: page">c</div> </body> </html>