Ticket #6793: eyeo.html

File eyeo.html, 324 bytes (added by arthur, on 07/17/2018 at 11:21:16 AM)
Line 
1<div class="adsbygoogle">should be visible</div>
2<iframe srcdoc='<div class="adsbygoogle">should be visible</div>'></iframe>
3<iframe id="aaa" src="about:blank"></iframe>
4<script>
5        var ifr = document.getElementById('aaa');
6        ifr.contentWindow.document.write('<div class="adsbygoogle">should be visible</div>');
7</script>