Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
components
/
test
/
data
/
ads_observer
/
display_none_adframe.html
blob: 9386af59a1be87782b0493e54a03a3bbdd6817e9 [
file
] [
log
] [
blame
]
<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>