wpt / css / css-page / media-queries-003-print.html

Status: FAIL | Duration: 11ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/css/css-page/media-queries-003-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="media-queries-003-print-ref.html">
<frameset cols="*,100" rows="*,100" frameborder="0">
  <frame src="data:text/html,There should be a green square in the bottom right corner."></frame>
  <frame src="data:text/html,"></frame>
  <frame src="data:text/html,"></frame>
  <frame src="resources/mq-frame-100px.html"></frame>
</frameset>

/css/css-page/media-queries-003-print-ref.html

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<style>
  :root {
    print-color-adjust: exact;
  }
  body { margin-right: 108px; }
</style>
<div style="position:absolute; right:0; bottom:0; width:100px; height:100px; background:green;"></div>
There should be a green square in the bottom right corner.