blob: abd964ea9b80393e48029719f50af321fc17bb8c [file] [log] [blame]
<html>
<head>
<title>Loading...</title>
<script>
window.onunload = function(e) { return 'foo'; };
</script>
</head>
<body>
<p>Navigate to another page to trigger unload handler.</p>
</body>
</html>