2 <meta http-equiv=
"refresh" content=
"2">
4 if (window
.testRunner
) {
5 testRunner
.waitUntilDone();
6 testRunner
.dumpAsText();
8 function testScroll() {
9 window
.setTimeout(function() {
10 if (window
.pageYOffset
== 20) {
11 document
.body
.innerHTML
= "SUCCESS";
12 testRunner
.notifyDone();
21 This test checks that a page reloaded by
http-equiv=
"refresh" restores its scroll state.
22 https://bugs.webkit.org/show_bug.cgi?id=
62482