OLD | NEW |
1 <html>This test should scroll recursively to reveal the button. | 1 <html>This test should scroll recursively to reveal the button. |
2 <body onload="document.getElementById('fr').contentDocument.getElementById('bt')
.focus();"> | 2 <body onload="document.getElementById('fr').contentDocument.getElementById('bt')
.focus();"> |
3 <script>if(window.testRunner) testRunner.dumpChildFrameScrollPositions();</scrip
t> | 3 <script>if(window.testRunner) testRunner.dumpChildFrameScrollPositions();</scrip
t> |
4 <div style="height:500px"></div> | 4 <div style="height:500px"></div> |
5 <iframe src="resources/scrollButton1.html" id="fr"></iframe> | 5 <iframe src="resources/scrollButton1.html" id="fr" name="fr"></iframe> |
6 <div style="height:500px"></div> | 6 <div style="height:500px"></div> |
7 </body> | 7 </body> |
8 </html> | 8 </html> |
OLD | NEW |