blob: 3a557ce34ea0b9e64cd93e819f6cdaae7c0e91c8 [file] [log] [blame]
<!doctype html>
script-uncloseable-1
<script>
onbeforeunload = function() {
parent.beforeunload_fired = true;
};
onunload = function() {
parent.unload_fired = true;
};
</script>