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

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

Issue 23034006: WheelEvent's deltaX/deltaY should report real amount of pixels scrolled (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: No Change Created 7 years, 4 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
« no previous file with comments | « LayoutTests/fast/events/wheelevent-basic.html ('k') | Source/core/dom/WheelEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/wheelevent-basic-expected.txt
diff --git a/LayoutTests/fast/events/wheelevent-basic-expected.txt b/LayoutTests/fast/events/wheelevent-basic-expected.txt
index 88fcebd61947c6da2070c141256e922932e2ce06..f8e28df2ab8eceafd0e67b004c1c2d0bf5285f79 100644
--- a/LayoutTests/fast/events/wheelevent-basic-expected.txt
+++ b/LayoutTests/fast/events/wheelevent-basic-expected.txt
@@ -1,3 +1,11 @@
+TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP
+Scroll mouse wheel over here
+Scroll mouse wheel over here
+Scroll mouse wheel over here
+Scroll mouse wheel over here
+Scroll mouse wheel over here
+Scroll mouse wheel over here
+END END END END END END END END END END END END END END
Tests the basic functionality of the standard wheel event
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -13,12 +21,13 @@ PASS document.onwheel is null
PASS testDiv.onwheel is null
PASS testEvent.__proto__ is WheelEvent.prototype
PASS testEvent.__proto__.__proto__ is MouseEvent.prototype
-PASS testEvent.deltaX is expectedDeltaX
-PASS testEvent.deltaY is expectedDeltaY
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 successfullyParsed is true
TEST COMPLETE
-TOP TOP TOP TOP TOP TOP TOP Scroll mouse wheel over here Scroll mouse wheel over here Scroll mouse wheel over here Scroll mouse wheel over here Scroll mouse wheel over here Scroll mouse wheel over here END END END END END END END
« no previous file with comments | « LayoutTests/fast/events/wheelevent-basic.html ('k') | Source/core/dom/WheelEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698