Status: FAIL | Duration: 13ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-page/page-box-010-print.html
<!DOCTYPE html> <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> <link rel="help" href="https://drafts.csswg.org/css-page-3/#page-properties"> <link rel="match" href="page-box-010-print-ref.html"> <meta name="assert" content="Test @page outline"> <style> @page { margin: 50px; outline: 10px solid green; outline-offset: 40px; } body { margin: 0; } </style> There should be a green outline.
/css/css-page/page-box-010-print-ref.html
<!DOCTYPE html> <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> <style> @page { margin: 0; } body { margin: 0; } </style> <div style="box-sizing:border-box; border:10px solid green; height:100vh; padding:40px;"> There should be a green outline. </div>