tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / overflow / scrollRevealButton.html
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.layoutTestController) layoutTestController.dumpChildFrameScrollPositions();</script>
4 <div style="height:500px"></div>
5 <iframe src="resources/scrollButton1.html" id="fr"></iframe>
6 <div style="height:500px"></div>
7 </body>
8 </html>