chromium/third_party/blink/web_tests/external/wpt/fetch/private-network-access/resources/iframed-no-preflight-received.html

<!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>