blob: 223b4f95bbf4677efbe0d7f61bf250b444d89027 [file] [log] [blame]
<script>
if (window.testRunner)
testRunner.dumpAsText();
window.onload = function() {
var i = document.createElement("iframe");
i.name = "f1";
i.src = "this-is-definitely-a-bad-uri-scheme:";
document.body.appendChild(i);
}
</script>
This is a test of load callbacks. It is only useful inside the regression test tool.<br>