6 im
= document
.getElementById("right").contentDocument
.getElementById("img");
9 im
.src
= "resources/mozilla.gif";
13 if (window
.testRunner
) {
14 window
.testRunner
.waitUntilDone();
17 document
.getElementById("right").contentWindow
.location
.href
= "about:blank";
18 if (window
.testRunner
) {
19 setTimeout("setImg(); window.testRunner.notifyDone();",100);
22 setTimeout("setImg();",100);
29 <iframe id=
"right" src=
"resources/top.html"></iframe>