summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/browsing-the-web/navigating-across-documents/resources/page-that-post-message-to-opener.html
blob: 65a0c821494ab32fcb2cc5a41fc43581d81bd9a2 (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<meta charset="utf-8">
<title>Page that postMessage to its opener</title>
<script>
  opener.postMessage('Allowed', '*');
</script>