async-scrollbar-1-vh.html (519B)
1 <!DOCTYPE html> 2 <html class="reftest-wait" 3 reftest-async-scroll 4 reftest-async-scroll-x="449" reftest-async-scroll-y="7999"><head> 5 <meta name="viewport" content="initial-scale=1,width=device-width"> 6 </head> 7 <!-- Doing scrollTo(1,1) is to activate the left/up arrows in the scrollbars 8 for non-overlay scrollbar environments --> 9 <body onload="scrollTo(1,1); document.documentElement.classList.remove('reftest-wait')"> 10 <div style="width: 9000px; height: 20000px; background: white;"></div> 11 </body> 12 </html>