Status: FAIL | Duration: 11ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-page/page-size-006-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-006-print-ref.html"> <style> @page { size: 200px 320px; margin: 10px; } @page :first { margin-top: 100px; } body { margin: 8px; } </style> <div style="height:202px;"> first page </div> <div style="break-before:page; height:300px;"> second page </div> <div style="break-before:page; height:300px;"> third page </div>
/css/css-page/page-size-006-print-ref.html
<!DOCTYPE html> <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> <style> @page { size: 200px 320px; margin: 0; } div { height: 304px; padding-left: 18px; padding-top: 10px; box-sizing: border-box; } body { margin: 0; } </style> <div style="padding-top:108px;"> first page </div> <div> second page </div> <div> third page </div>