summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fetch/private-network-access/resources/fenced-frame-private-network-access.https.html
blob: 98f118432e0ee13b8b089977bd3c640343005497 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<meta charset="utf-8">
<script src="/resources/testharness.js"></script>
<script src="../../../fenced-frame/resources/utils.js"></script>
<script src="/common/utils.js"></script>
<title>Fenced frame</title>
<body></body>
<script>
(async () => {
  const target = new URL(location.href).searchParams.get("fenced_frame_url");
  const urn = await runSelectURL(target);
  attachFencedFrame(urn);
})();
</script>