summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/browsing-the-web/unloading-documents/unload/001-1.html
blob: 74ba43954b247723f1f0dec9b6dc82dc1ed59f5e (plain)
1
2
3
4
<!doctype html>
<script>
addEventListener("pagehide", parent.t.step_func(function() {parent.pagehide_fired = true}), false);
</script>