| <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"></iframe> | |
| <div style="height:500px"></div> | |
| </body> | |
| </html> |