blob: 4abf52afc7ee9841e6a21faf8384a72a8c240c5a [file] [log] [blame]
<html>
<head>
<title>Loading...</title>
</head>
<body onload="attachUnloadListener()">
<script>
window.onbeforeunload = function(e) { return 'foo'; };
</script>
<p>Navigate to another page to trigger beforeunload handler.</p>
</body>
</html>