summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/content-security-policy/support/postmessage-pass-to-opener.html
blob: e1bdf7102f2995fffcd567ae50190a55f0dde9b2 (plain)
1
2
3
<script>
  window.top.opener.postMessage('PASS', '*');
</script>