1
    2
    3
    4
    5
    6
    7
    8
    9
   10

content / test / data / fenced_frames / basic_fenced_frame_src.html [blame]

<!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>