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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/wheel/wheelevent-ctrl-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, 3 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 1 TOP
2 2
3 3
4 4
5 Scroll mouse wheel over here 5 Scroll mouse wheel over here
6 6
7 7
8 8
9 END 9 END
10 And scroll the document here 10 And scroll the document here
(...skipping 27 matching lines...) Expand all
38 PASS window.scrollY is deltaY 38 PASS window.scrollY is deltaY
39 Now without ctrl and canScroll set to be default true 39 Now without ctrl and canScroll set to be default true
40 PASS wheelEventCount is 1 40 PASS wheelEventCount is 1
41 PASS deltaY is 80 41 PASS deltaY is 80
42 PASS ctrlKey is false 42 PASS ctrlKey is false
43 PASS window.scrollY is 160 43 PASS window.scrollY is 160
44 PASS successfullyParsed is true 44 PASS successfullyParsed is true
45 45
46 TEST COMPLETE 46 TEST COMPLETE
47 47
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698