blob: 3336f3944f1499d8ccd1b18dfbf9f8cc7ace46f8 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
onbeforeunload = (ev) => {
ev.preventDefault();
return "foo";
}
</script>
</head>
</html>