Status: FAIL | Duration: 9ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-page/margin-boxes/content-003-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/#populating-margin-boxes"> <meta name="assert" content="Test image in the content property inside page margin boxes."> <link rel="match" href="content-003-print-ref.html"> <style> @page { margin: 0; margin-top: 50px; @top-left { text-align: left; vertical-align: top; content: "Lime rectangle: " url(/images/green.png); } } </style>
/css/css-page/margin-boxes/content-003-print-ref.html
<!DOCTYPE html> <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> <style> @page { margin: 0; } :root { print-color-adjust: exact; } body { margin: 0; } </style> Lime rectangle: <div style="display:inline-block; width:100px; height:50px; background:lime;"></div>