chromium/third_party/blink/web_tests/paint/invalidation/position/positioned-document-element-expected.html

<!DOCTYPE html>

<html>
<head>
  <style type="text/css" media="screen">
    html {
      position: absolute;
      top: 100px;
      left: 100px;
      background-color: green;
    }
  </style>
</head>
<body>
  <p>Tests that the entire viewport is painted with a floated html element.</p>
</body>
</html>