summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/browsing-the-web/unloading-documents/unload/003-1.html
blob: 9838c79456c8ed38ae8734f8a65ce8eae4f39b34 (plain)
1
2
3
4
<!doctype html>
<script>
addEventListener("unload", parent.t.step_func(function(e) {parent.do_test(e)}), false);
</script>