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

Unified Diff: LayoutTests/fast/events/drag-and-drop-autoscroll-mainframe-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/events/drag-and-drop-autoscroll-mainframe-expected.txt
diff --git a/LayoutTests/fast/events/drag-and-drop-autoscroll-mainframe-expected.txt b/LayoutTests/fast/events/drag-and-drop-autoscroll-mainframe-expected.txt
index b0b5a3f38045fc8c68a248362906d37512ccce65..4aa83bfbf007e1fd0e26bcdda16568ae774ee87e 100644
--- a/LayoutTests/fast/events/drag-and-drop-autoscroll-mainframe-expected.txt
+++ b/LayoutTests/fast/events/drag-and-drop-autoscroll-mainframe-expected.txt
@@ -1,16 +1,16 @@
state=START
state=NE
-PASS document.body.scrollLeft > 0 is true
-PASS !document.body.scrollTop is true
+PASS document.scrollingElement.scrollLeft > 0 is true
+PASS !document.scrollingElement.scrollTop is true
state=SE
-PASS document.body.scrollLeft > 0 is true
-PASS document.body.scrollTop > 0 is true
+PASS document.scrollingElement.scrollLeft > 0 is true
+PASS document.scrollingElement.scrollTop > 0 is true
state=SW
-PASS document.body.scrollLeft < lastScrollLeft is true
-PASS document.body.scrollTop > 0 is true
+PASS document.scrollingElement.scrollLeft < lastScrollLeft is true
+PASS document.scrollingElement.scrollTop > 0 is true
state=NW
-PASS document.body.scrollLeft <= lastScrollLeft is true
-PASS document.body.scrollTop < lastScrollTop is true
+PASS document.scrollingElement.scrollLeft <= lastScrollLeft is true
+PASS document.scrollingElement.scrollTop < lastScrollTop is true
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698