Source code
Revision control
Copy as Markdown
Other Tools
<!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>