tall-cross-domain-iframe-in-scrolled.sub-ref.html (309B)
1 <!doctype html> 2 <html class="reftest-wait"> 3 <iframe id=myframe style="width: 300px; height: 1000px" src="resources/tall.html"></iframe> 4 <div style="height: 2000px"></div> 5 <script> 6 window.scrollTo(0, 700); 7 myframe.onload = () => document.documentElement.classList.remove('reftest-wait'); 8 </script> 9 </html>