async-scrollbar-1-v-rtl.html (534B)
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 <style> html { direction: rtl; } </style> 7 </head> 8 <!-- Doing scrollTo(0,1) is to activate the up arrow in the scrollbar 9 for non-overlay scrollbar environments --> 10 <body onload="scrollTo(0,1); document.documentElement.classList.remove('reftest-wait')"> 11 <div style="width: 10px; height: 20000px; background: white;"></div> 12 </body> 13 </html>