summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/windows/browsing-context-names/002-1.html
blob: ca8a485de6132d69e8fa0d8154d8ba50be40942d (plain)
1
2
3
4
5
6
7
8
<!doctype html>
002-1
<script>
if (window.opener !== null) {
  window.opener.postMessage("PASS", "*");
}
window.close();
</script>