X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fhttp%2Ftests%2Fnavigation%2Fsame-document-scroll-position-restore.html;h=e4ff4243e84f49103eb549643291a48ab8030c4a;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=ce260e2fdeba5c6ebb29f9534733b484d72615cb;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/http/tests/navigation/same-document-scroll-position-restore.html b/src/third_party/WebKit/LayoutTests/http/tests/navigation/same-document-scroll-position-restore.html index ce260e2..e4ff424 100644 --- a/src/third_party/WebKit/LayoutTests/http/tests/navigation/same-document-scroll-position-restore.html +++ b/src/third_party/WebKit/LayoutTests/http/tests/navigation/same-document-scroll-position-restore.html @@ -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(); }