summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fetch/private-network-access/resources/iframed-no-preflight-received.html
blob: 20b5150d44a770f7519ba5ecec85e79ef9bda064 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<meta charset="utf-8">
<title>Iframed</title>
<script>
  const uuid = new URL(window.location).searchParams.get("iframe-uuid");
  top.postMessage({ uuid, message: "no preflight received" }, "*");
</script>