chromium/components/test/data/ads_observer/display_block_adframe.html

<html>
<body>
<script src="ad_iframe_writer.js"></script>
<script>
  let adIframe = createAdIframe();
  adIframe.style.display = "block";
  adIframe.src = "pixel.png";
  adIframe.width = 100;
  adIframe.height = 100;
</script>

</body>
</html>