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