chromium/chrome/test/data/fenced_frames/basic_title.html

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