summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/windows/support-opener-null.html
blob: c734eb3056def15f0abe662e6835a2e4350104c6 (plain)
1
2
3
4
<script>
  localStorage.setItem("opener", window.opener)
  window.close()
</script>