blob: 804efef48795ad7801f5864fb8f09fce9e283fd1 [file] [log] [blame]
<html>
<head>
<title>Loading...</title>
<script>
window.onbeforeunload = function(e) { return null; };
</script>
</head>
<body>
<p>Navigate to another page to trigger beforeunload handler.</p>
</body>
</html>