transformed-2-ref.html (496B)
1 <!DOCTYPE html> 2 <html style="margin: 0" class="reftest-wait"> 3 <body style="margin: 0"> 4 <div style="height: 70px; background-color: blue"></div> 5 <div style="height: 1950px;"> 6 <div style="margin-top: 100px; width: 100px; height: 100px; background-color: green"></div> 7 </div> 8 <script> 9 addEventListener('load', function() { 10 document.scrollingElement.scrollTop = 50; 11 document.documentElement.classList.remove('reftest-wait'); 12 }, false); 13 </script> 14 </html>