chromium/chrome/test/data/extensions/get_app_details_for_fenced_frame.html

<fencedframe></fencedframe>
<script>
  const url = new URL("../fenced_frames/title1.html", location.href);
  document.querySelector("fencedframe").config = new FencedFrameConfig(url);
</script>