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