blob: 77f34ef31e1a7af131e7a84407e570960c0c4d3b [file] [log] [blame]
<html>
<body>
<script src="ad_iframe_writer.js"></script>
<!-- Should be counted as same-origin even though it's about:contents. -->
<script>
let adIframe = createAdIframe();
adIframe.id = "srcdoc_frame_content";
adIframe.srcdoc = "<html> <img src=pixel.png> </html>"
</script>
</body>
</html>