summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/windows/resources/opener-cross-origin.html
blob: 7c536b9213edcafa418080379ca9f5a99dc7df37 (plain)
1
2
3
4
<script>
  parent.opener.location.href = "./opener-cross-origin-end.txt"
  parent.window.close()
</script>