Files
servo/tests/wpt/web-platform-tests/html/browsers/windows/browsing-context-names/002-1.html

9 lines
131 B
HTML

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