blob: 0c336175fa40d84989ca17502fad24bb3c06e9db [file] [log] [blame]
<html>
<body onbeforeunload="return runBeforeUnload()">
</body>
<script>
function runBeforeUnload() {
return "foo";
}
</script>
</html>