blob: 8452683df4a0a52af496fec88e9a7ac73cc1cce6 [file] [log] [blame]
<pre id="console"></pre>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
function log(msg)
{
document.getElementById('console').appendChild(document.createTextNode(msg + "\n"));
}
function pass()
{
log("PASS");
if (window.testRunner)
testRunner.notifyDone();
}
function fail()
{
log("FAIL");
if (window.testRunner)
testRunner.notifyDone();
}
</script>
<iframe src="resources/subframe-stop-load-in-unload-handler-using-window-stop.html"></iframe>