1343886-1.html (375B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <script> 5 document.documentElement.scrollTop = "500"; 6 o1 = document.createRange(); 7 o2 = document.createElement('input'); 8 o1.selectNode(document.documentElement); 9 o1.surroundContents(o2); 10 o2.selectionStart; 11 </script> 12 </head> 13 <body></body> 14 </html>