1302389-scrolled-rect-2-ref.html (419B)
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="height: 300px; 9 width: min-content; 10 font-size: 0; 11 line-height: 0; 12 border: 1px solid gray; 13 overflow: scroll;"> 14 <div style="height: 100%; 15 width: 100px; 16 border: 50px solid blue;">