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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Tests the basic functionality of the standard wheel event
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS WheelEvent.__proto__ is MouseEvent
7 PASS WheelEvent.prototype.__proto__ is MouseEvent.prototype
8 PASS WheelEvent.DOM_DELTA_PIXEL is 0x00
9 PASS WheelEvent.DOM_DELTA_LINE is 0x01
10 PASS WheelEvent.DOM_DELTA_PAGE is 0x02
11 PASS window.onwheel is null
12 PASS document.onwheel is null
13 PASS testDiv.onwheel is null
14 PASS testEvent.__proto__ is WheelEvent.prototype
15 PASS testEvent.__proto__.__proto__ is MouseEvent.prototype
16 PASS testEvent.deltaX is expectedDeltaX
17 PASS testEvent.deltaY is expectedDeltaY
18 PASS testEvent.deltaZ is 0
19 PASS testEvent.deltaMode is WheelEvent.DOM_DELTA_PIXEL
20 PASS successfullyParsed is true
21
22 TEST COMPLETE
23 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 whe el over here Scroll mouse wheel over here END END END END END END END
24
OLDNEW
« 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