summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/windows/post-message/resources/first-party-to-first-party-cross-partition-window.html
blob: cdfa9d95caa64cd0bf7d5aec8da92630bef469f8 (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<meta charset=utf-8>
<body>
<script>
// Step 2 (html/browsers/windows/post-message/first-party-to-first-party-cross-partition.sub.html)
window.opener.postMessage("Site 2 Window", "*");
</script>
</body>