blob: 98f118432e0ee13b8b089977bd3c640343005497 [file] [log] [blame]
<!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>