summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/browsing-the-web/unloading-documents/beforeunload-on-navigation-of-parent-2.html
blob: a34b182e70f8e32bc5a5802d46cdf93adc79026b (plain)
1
2
3
4
<!doctype html>
<script>
addEventListener("beforeunload", function() {parent.parent.beforeunload_fired=true}, false)
</script>