summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/windows/resources/browsing-context-window.html
blob: c1594f637ec50699ea4b341d35ea2a43e9d0f549 (plain)
1
2
3
4
5
6
7
<script>
if (window.parent) {
  window.parent.postMessage({
    "thisWindowEquivalency": (window === this)
  }, "*");
}
</script>