811301-1.html (245B)
1 <!DOCTYPE HTML> 2 <html> 3 <body> 4 <p>Hello 5 <div style="height:10000px; width:100px; background:yellow"></div> 6 <script> 7 window.scrollTo(0,200); 8 document.documentElement.setAttribute("style", "overflow-y:hidden"); 9 </script> 10 </body> 11 </html>