summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/cross-origin-embedder-policy/resources/postmessage-ready.html
blob: 3282711dbc2c9bac534e44fa9d11ef3870a8c563 (plain)
1
2
3
4
<!DOCTYPE html>
<script>
  opener.postMessage("ready", "*");
</script>