chromium/third_party/blink/web_tests/css2.1/t1001-abs-pos-cb-07-b.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
  <head>
    <title>CSS 2.1 Test Suite: Containing block for absolute positioning</title>
    <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#containing-block-details">
    <style type="text/css">
      html { border: 100px solid red; background: red; }
      div { background: white; color: green; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
    </style>
  </head>
  <body>
    <div>
      There should be no red on this page.
    </div>
  </body>
</html>