chromium/content/test/data/accessibility/html/bounds-inherits.html

<!--
@BLINK-ALLOW:offscreen
@BLINK-ALLOW:size=(200, 200)
@BLINK-ALLOW:size=(0, 0)
 -->
<html>
<body>
  <div style="width: 200px; height: 200px; overflow:hidden">
    <div id="hidden1" style="width: 0px; height: 0px; overflow: hidden">
      <div id="hidden2" style="width: 0px; height: 0px;"></div>
    </div>
  </div>
</body
</html>