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