blob: b4a0d133d8848a58da5c8ff05fa93c5d303a1437 [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
function unload()
{
alert("unload");
}
function load()
{
window.onunload = unload;
location = "resources/onunload-single-alert-success.html";
}
</script>
</head>
<body onload="load()">
start document
</body>
</html>