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