1 <body onload='runTest()'
>
3 if (window
.testRunner
) {
4 testRunner
.dumpAsText();
5 testRunner
.waitUntilDone();
9 document
.getElementById("x").innerHTML
= "";
10 setTimeout(function(){
11 document
.body
.innerHTML
= "<b>PASS:</b> body and iframe cleared without crashing.";
12 testRunner
.notifyDone();
17 <iframe src=
"does-not-exist">