Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(197)

Unified Diff: LayoutTests/fast/loader/scroll-position-restored-on-back-at-load-event-expected.txt

Issue 891523002: ScrollTopLeftInterop should not be marked experimental (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: updates Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/loader/scroll-position-restored-on-back-at-load-event-expected.txt
diff --git a/LayoutTests/fast/loader/scroll-position-restored-on-back-at-load-event-expected.txt b/LayoutTests/fast/loader/scroll-position-restored-on-back-at-load-event-expected.txt
index 333460e443856186b817a0b145635f049b786160..3dd52a3d1278dd255df03de1a915807ccc721665 100644
--- a/LayoutTests/fast/loader/scroll-position-restored-on-back-at-load-event-expected.txt
+++ b/LayoutTests/fast/loader/scroll-position-restored-on-back-at-load-event-expected.txt
@@ -1,12 +1,12 @@
main frame "second/load" - has 1 onunload handler(s)
main frame - has 1 onunload handler(s)
-Test ensures that documentElement.scrollTop/Left properties are available by the time DOMContentLoaded event fires.
+Test ensures that body.scrollTop/Left properties are available by the time DOMContentLoaded event fires.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS document.documentElement.scrollTop is 2000
-PASS document.documentElement.scrollLeft is 1000
+PASS document.body.scrollTop is 2000
+PASS document.body.scrollLeft is 1000
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698