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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/wheelevent-basic-expected.txt

Issue 1413493005: Update layout tests to work when smooth scrolling is enabled by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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: third_party/WebKit/LayoutTests/fast/events/wheelevent-basic-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/wheelevent-basic-expected.txt b/third_party/WebKit/LayoutTests/fast/events/wheelevent-basic-expected.txt
index f8e28df2ab8eceafd0e67b004c1c2d0bf5285f79..d189f86334129c3d346617e91de45ca2cb98d7d4 100644
--- a/third_party/WebKit/LayoutTests/fast/events/wheelevent-basic-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/events/wheelevent-basic-expected.txt
@@ -23,10 +23,7 @@ PASS testEvent.__proto__ is WheelEvent.prototype
PASS testEvent.__proto__.__proto__ is MouseEvent.prototype
PASS testEvent.deltaZ is 0
PASS testEvent.deltaMode is WheelEvent.DOM_DELTA_PIXEL
-PASS deltaX > 0 is true
-PASS deltaX is expectedDeltaX
-PASS deltaY > 0 is true
-PASS deltaY is expectedDeltaY
+PASS deltaX > 0 && deltaY > 0 && deltaX == testDiv.scrollLeft && deltaY == testDiv.scrollTop became true
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698