4 <title>Check that document.scrollingElement.scrollTop is equal to '
0' for newly loaded pages
</title>
5 <link rel=
"author" title=
"Mikhail Pozdnyakov" href=
"mailto:mikhail.pozdnyakov@intel.com" />
6 <style type=
"text/css">
7 div
{ min-height: 3000px; }
9 <script type=
"text/javascript">
10 if (window
.testRunner
) {
11 testRunner
.dumpAsText();
12 testRunner
.waitUntilDone();
16 var result
= document
.getElementById("result");
17 window
.location
= "resources/check-scroll-position-onload.html";
21 window
.scrollBy(0, 1000);
22 setTimeout(update
, 0);
26 <body onload=
"load()">