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

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: Simplify test case 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.DOM_DELTA_PIXEL is 0x00
8 PASS WheelEvent.DOM_DELTA_LINE is 0x01
9 PASS WheelEvent.DOM_DELTA_PAGE is 0x02
10 PASS window.onwheel is null
11 PASS document.onwheel is null
12 PASS testDiv.onwheel is null
13 PASS testEvent.__proto__ is WheelEvent.prototype
14 PASS testEvent.__proto__.__proto__ is MouseEvent.prototype
15 PASS testEvent.deltaX is expectedDeltaX
16 PASS testEvent.deltaY is expectedDeltaY
17 PASS testEvent.deltaZ is undefined.
18 PASS testEvent.deltaMode is WheelEvent.DOM_DELTA_PIXEL
19 PASS successfullyParsed is true
20
21 TEST COMPLETE
22 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
23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698