3 if (window
.testRunner
) {
4 testRunner
.dumpAsText();
5 testRunner
.waitUntilDone();
9 This tests that we get frame load callbacks in the proper order when a subframe
10 is parsed and created from within a timer callback.
12 // Force a sleep for 1 second, to make sure the rest of the parsing is done
14 var start
= new Date()
15 var startMS
= start
.getTime()
18 if (now
.getTime() - startMS
> 1000) {
23 <iframe name=
"f1" src=
"http://127.0.0.1:8000/misc/resources/200.html"></iframe><br>