blob: 4c8d6bf510819672df33fef0bb31f3963854db0a [file] [log] [blame]
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
setTimeout(function(){
document.body.innerHTML = "<b>PASS:</b> body and iframe cleared without crashing.";
testRunner.notifyDone();
}, 0);
</script>
<body onload='document.getElementById("x").innerHTML = ""'>
<div id="x">
<iframe src="does-not-exist">
</div>
</body>