Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / overflow / scrollRevealButton.html
blobc94e27c441232ad29146003b616bf642c0d596e1
1 <html>This test should scroll recursively to reveal the button.
2 <body onload="document.getElementById('fr').contentDocument.getElementById('bt').focus();">
3 <script>if(window.testRunner) testRunner.dumpChildFrameScrollPositions();</script>
4 <div style="height:500px"></div>
5 <iframe src="resources/scrollButton1.html" id="fr" name="fr"></iframe>
6 <div style="height:500px"></div>
7 </body>
8 </html>