1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11

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

<!DOCTYPE html>
<html>
<body>
  <iframe id="component1"></iframe>
<script>
  let components = navigator.adAuctionComponents(1);
  let subframe = document.getElementById("component1");
  subframe.src = components[0];
</script>
</body>
</html>