Status: FAIL | Duration: 18ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-page/page-size-005-print.html
<!DOCTYPE html> <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> <link rel="help" href="https://www.w3.org/TR/css-page-3/#at-page-rule"> <link rel="match" href="page-size-005-print-ref.html"> <style> @page { size: 320px 200px; margin: 0; } @page :first { size: 500px; } :root { print-color-adjust: exact; } body { margin: 0; } </style> <div style="width:50%; height:500px; background:yellow;"> first page </div> <div style="width:50%; height:200px; background:cyan;"> second page </div> <div style="width:50%; height:200px; background:pink;"> third page </div>
/css/css-page/page-size-005-print-ref.html
<!DOCTYPE html> <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> <style> @page { size: 320px 200px; margin: 0; } @page :first { size: 500px; } :root { print-color-adjust: exact; } body { margin: 0; } </style> <div style="width:250px; height:500px; background:yellow;"> first page </div> <div style="break-before:page; width:160px; height:200px; background:cyan;"> second page </div> <div style="break-before:page; width:160px; height:200px; background:pink;"> third page </div>