blob: 5d0497556baa6b67c08fcf86dfc2edd79199dd66 [file] [log] [blame]
<!doctype html>
<script>
addEventListener("pagehide", function() {parent.events.push("pagehide"); setTimeout(function() {parent.events.push("timeout")}, 0)}, false);
addEventListener("unload", function() {parent.events.push("unload")}, false);
</script>