summaryrefslogtreecommitdiffstats
path: root/docshell/test/mochitest/file_close_onpagehide2.html
blob: a8e9479f4752581f719c2834d1509b90ab139633 (plain)
1
2
3
4
5
<script>
  window.onload = () => {
    opener.postMessage("second", "*");
  };
</script>;