Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / navigation / same-document-scroll-position-restore.html
index ce260e2..e4ff424 100644 (file)
@@ -26,7 +26,7 @@ window.onhashchange = function() {
         haveSeenHashChange = true;
         history.back();
     } else {
-        document.body.appendChild(document.createTextNode("scrollY should be nonzero: " + (window.scrollY == 0 ? "FAIL" : "PASS")));
+        document.body.appendChild(document.createTextNode("scrollY should be 800: " + (window.scrollY == 800 ? "PASS" : "FAIL")));
         if (window.testRunner)
             testRunner.notifyDone();
     }