summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_beforeunload-1.html
blob: 6f44d8a83ecade23c4b02707c56981d25ed62811 (plain)
1
2
3
4
5
6
7
<!doctype html>
<script>
onload = function() {opener.postMessage("loaded", "*")};
onbeforeunload = function() {
  opener.callback();
}
</script>