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

<html>
<body>
<script src="ad_iframe_writer.js"></script>
<script>
  let adIframe = createAdIframe();
  adIframe.style.display = "none";
  adIframe.srcdoc = "<img src=pixel.png></img>";
</script>

</body>
</html>