summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/content-security-policy/form-action/support/post-message-to-parent.sub.html
blob: 63e464be21a0fea5fb1d2ae6b4df45cd29c0f2dd (plain)
1
2
3
<script>
  parent.postMessage("{{GET[message]}}", "*");
</script>