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

</script>