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

Unified Diff: LayoutTests/fast/loader/scroll-position-restoration-for-history-api-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-restoration-for-history-api-expected.txt
diff --git a/LayoutTests/fast/loader/scroll-position-restoration-for-history-api-expected.txt b/LayoutTests/fast/loader/scroll-position-restoration-for-history-api-expected.txt
index ebb1be870a2c68f038814d5b28ab1011d198ee0b..10b5e85e6b57c4093aa40580f1f6d0669fbd9844 100644
--- a/LayoutTests/fast/loader/scroll-position-restoration-for-history-api-expected.txt
+++ b/LayoutTests/fast/loader/scroll-position-restoration-for-history-api-expected.txt
@@ -5,28 +5,28 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
verifying #6
PASS history.state.key is "#6"
-PASS document.body.scrollLeft is 0
-PASS document.body.scrollTop is 0
+PASS document.scrollingElement.scrollLeft is 0
+PASS document.scrollingElement.scrollTop is 0
verifying #5
PASS history.state.key is "#5"
-PASS document.body.scrollLeft is 0
-PASS document.body.scrollTop is 0
+PASS document.scrollingElement.scrollLeft is 0
+PASS document.scrollingElement.scrollTop is 0
verifying #4
PASS history.state.key is "#4"
-PASS document.body.scrollLeft is 200
-PASS document.body.scrollTop is 400
+PASS document.scrollingElement.scrollLeft is 200
+PASS document.scrollingElement.scrollTop is 400
verifying #3
PASS history.state.key is "#3"
-PASS document.body.scrollLeft is 150
-PASS document.body.scrollTop is 300
+PASS document.scrollingElement.scrollLeft is 150
+PASS document.scrollingElement.scrollTop is 300
verifying #2
PASS history.state.key is "#2"
-PASS document.body.scrollLeft is 100
-PASS document.body.scrollTop is 200
+PASS document.scrollingElement.scrollLeft is 100
+PASS document.scrollingElement.scrollTop is 200
verifying #1
PASS history.state.key is "#1"
-PASS document.body.scrollLeft is 50
-PASS document.body.scrollTop is 100
+PASS document.scrollingElement.scrollLeft is 50
+PASS document.scrollingElement.scrollTop is 100
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698