summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/overflow/scrollRevealButton.html
blob: c94e27c441232ad29146003b616bf642c0d596e1 (plain)
1
2
3
4
5
6
7
8
<html>This test should scroll recursively to reveal the button.
<body onload="document.getElementById('fr').contentDocument.getElementById('bt').focus();">
<script>if(window.testRunner) testRunner.dumpChildFrameScrollPositions();</script>
<div style="height:500px"></div>
<iframe src="resources/scrollButton1.html" id="fr" name="fr"></iframe>
<div style="height:500px"></div>
</body>
</html>