summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/content-security-policy/inheritance/support/message-opener-and-navigate-back.html
blob: 75ee5bee7cc8c226e899fd587b03743ebbc81c5c (plain)
1
2
3
4
5
<script>
  const params = new URLSearchParams(window.location.search);
  opener.postMessage({msg: "ready", token: params.get("token")}, "*");
  window.history.back();
</script>