blob: 768602364801aede80dca956549a883f07ad5f36 [file] [log] [blame]
<html>
<body onunload="unload()" onload="load()">
<script>
if (window.layoutTestController) {
layoutTestController.dumpAsText();
layoutTestController.waitUntilDone();
}
function load()
{
location = "data:text/html,You should have seen an unload alert appear.<script>if (window.layoutTestController) layoutTestController.notifyDone(); </" + "script>";
}
function unload()
{
alert("unload");
}
</script>
start document
</body>
</html>