Files
tubestation/docshell/test/mochitest/file_close_onpagehide2.html

6 lines
90 B
HTML

<script>
window.onload = () => {
opener.postMessage("second", "*");
};
</script>;