1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11

content / test / data / accessibility / html / offscreen.html [blame]

<!--
@BLINK-ALLOW:offscreen
-->

<html>
<body>
<button>Onscreen</button>
<div style="height:650px"></div>
<button>Offscreen</button>
</body>
</html>