2 <html class=
"reftest-wait">
6 var d
= document
.getElementById("d");
9 setTimeout(function() { scrollTo(v
+ 50); }, 400);
11 document
.documentElement
.removeAttribute("class");
16 <body onload=
"scrollTo(0)">
17 <div style=
"border-radius:100px; width:300px; height:300px; overflow:hidden;" id=
"d">
18 <div style=
"height:1000px;">
19 <div style=
"margin-top:100px; height:20px; background:blue;"></div>