summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fetch/private-network-access/resources/iframed.html
blob: c889c2882a45030fb1257db6be812a722475c9f3 (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: "loaded" }, "*");
</script>