5 if (window
.testRunner
) {
6 testRunner
.dumpAsText();
7 testRunner
.dumpChildFramesAsText();
8 testRunner
.dumpBackForwardList();
9 testRunner
.waitUntilDone();
14 function frameLoaded() {
16 if (window
.testRunner
)
17 testRunner
.notifyDone();
19 document
.getElementsByTagName('iframe')[0].src
= "data:," + count
--;
26 <iframe onload=
"setTimeout(frameLoaded, 0)"></iframe>