Files
UXP-Fixed/testing/web-platform/tests/html/browsers/windows/browsing-context-names/002-1.html
T
2018-02-02 04:16:08 -05:00

9 lines
131 B
HTML

<!doctype html>
002-1
<script>
if (window.opener !== null) {
window.opener.postMessage("PASS", "*");
}
window.close();
</script>