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

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

Issue 22859012: Add support for DOM Level 3 WheelEvent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rename prefixedType() to legacyType() 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') | LayoutTests/fast/events/wheelevent-constructor.html » ('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
new file mode 100644
index 0000000000000000000000000000000000000000..88fcebd61947c6da2070c141256e922932e2ce06
--- /dev/null
+++ b/LayoutTests/fast/events/wheelevent-basic-expected.txt
@@ -0,0 +1,24 @@
+Tests the basic functionality of the standard wheel event
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS WheelEvent.__proto__ is MouseEvent
+PASS WheelEvent.prototype.__proto__ is MouseEvent.prototype
+PASS WheelEvent.DOM_DELTA_PIXEL is 0x00
+PASS WheelEvent.DOM_DELTA_LINE is 0x01
+PASS WheelEvent.DOM_DELTA_PAGE is 0x02
+PASS window.onwheel is null
+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 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') | LayoutTests/fast/events/wheelevent-constructor.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698