4 if (window
.testRunner
) {
5 testRunner
.dumpAsText();
6 testRunner
.dumpChildFramesAsText();
10 alert("PASS (1 of 3)");
11 var f
= document
.getElementById('theframe');
12 f
.parentNode
.removeChild(f
);
13 alert("PASS (2 of 3)");
17 <body onload=
"runTests()">
18 <iframe id=
"theframe" src=
"data:text/html,FAIL"></iframe>