1302389-scrolled-rect-2d.html (454B)
1 <!DOCTYPE html> 2 <script> 3 function scroll() { 4 document.getElementsByTagName("div")[0].scrollTop = 200; 5 } 6 </script> 7 <body onload="scroll()"> 8 <div style="writing-mode: sideways-lr; 9 height: 300px; 10 font-size: 0; 11 line-height: 0; 12 border: 1px solid gray; 13 overflow: scroll; 14 direction: rtl;"> 15 <div style="height: 100%; 16 width: 100px; 17 border: 50px solid blue;">