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

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

Issue 1133693002: Update most LayoutTests to be agnostic to scrollTopLeftInterop mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tdresser cr feedback Created 5 years, 7 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 3dd52a3d1278dd255df03de1a915807ccc721665..a14cc0f3e63e423da997bdbf674d6da63710d48e 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 body.scrollTop/Left properties are available by the time DOMContentLoaded event fires.
+Test ensures that scrollingElement.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.body.scrollTop is 2000
-PASS document.body.scrollLeft is 1000
+PASS document.scrollingElement.scrollTop is 2000
+PASS document.scrollingElement.scrollLeft is 1000
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698