summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/content-security-policy/inheritance/support/postmessage-top.html
blob: 242063a80e2980388f9881c097a9b387929f4396 (plain)
1
2
3
4
5
<!DOCTYPE html>
<script>
  const params = new URLSearchParams(window.location.search);
  top.postMessage({msg: "ready", token: params.get("token")}, "*");
</script>