1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14

content / test / data / accessibility / html / bounds-inherits.html [blame]

<!--
@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>