Status: FAIL | Duration: 13ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-page/media-queries-002-print.html
<!DOCTYPE html> <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1491643"> <link rel="match" href="reference/filled-green-100px-square-print-ref.html"> <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> <iframe src="resources/mq-frame-100px.html" style="display:block; border:none; width:100px; height:100px; background:red;"></iframe>
/css/css-page/reference/filled-green-100px-square-print-ref.html
<!DOCTYPE html> <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> <style> :root { print-color-adjust: exact; } </style> <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> <div style="width:100px; height:100px; background:green;"></div>