1 <html>This test should scroll recursively to reveal the button.
2 <body onload="document.getElementById('fr').contentDocument.getElementById('bt').focus(); notifyDoneSync();">
4 if (window.testRunner) {
5 testRunner.dumpChildFrameScrollPositions();
6 testRunner.waitUntilDone();
9 function notifyDoneSync()
11 if (!window.testRunner)
13 setTimeout(() => testRunner.notifyDone(), 0);
16 <div style="height:500px"></div>
17 <iframe src="resources/scrollButton1.html" id="fr" name="fr"></iframe>
18 <div style="height:500px"></div>