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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/wheel/wheelevent-basic-expected.txt

Issue 2261173005: wheel layout tests moved to fast/events/wheel folder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
OLDNEW
1 TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP 1 TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP TOP
2 Scroll mouse wheel over here 2 Scroll mouse wheel over here
3 Scroll mouse wheel over here 3 Scroll mouse wheel over here
4 Scroll mouse wheel over here 4 Scroll mouse wheel over here
5 Scroll mouse wheel over here 5 Scroll mouse wheel over here
6 Scroll mouse wheel over here 6 Scroll mouse wheel over here
7 Scroll mouse wheel over here 7 Scroll mouse wheel over here
8 END END END END END END END END END END END END END END 8 END END END END END END END END END END END END END END
9 Tests the basic functionality of the standard wheel event 9 Tests the basic functionality of the standard wheel event
10 10
(...skipping 10 matching lines...) Expand all
21 PASS testDiv.onwheel is null 21 PASS testDiv.onwheel is null
22 PASS testEvent.__proto__ is WheelEvent.prototype 22 PASS testEvent.__proto__ is WheelEvent.prototype
23 PASS testEvent.__proto__.__proto__ is MouseEvent.prototype 23 PASS testEvent.__proto__.__proto__ is MouseEvent.prototype
24 PASS testEvent.deltaZ is 0 24 PASS testEvent.deltaZ is 0
25 PASS testEvent.deltaMode is WheelEvent.DOM_DELTA_PIXEL 25 PASS testEvent.deltaMode is WheelEvent.DOM_DELTA_PIXEL
26 PASS deltaX > 0 && deltaY > 0 && deltaX == testDiv.scrollLeft && deltaY == testD iv.scrollTop became true 26 PASS deltaX > 0 && deltaY > 0 && deltaX == testDiv.scrollLeft && deltaY == testD iv.scrollTop became true
27 PASS successfullyParsed is true 27 PASS successfullyParsed is true
28 28
29 TEST COMPLETE 29 TEST COMPLETE
30 30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698