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

Side by Side Diff: LayoutTests/fast/events/wheelevent-ctrl-expected.txt

Issue 183403002: Disable scrolling on mousewheel events with ctrl modifier set (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
« no previous file with comments | « LayoutTests/fast/events/wheelevent-ctrl.html ('k') | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 TOP
2
3
4
5 Scroll mouse wheel over here
6
7
8
9 END
10 Tests that wheel events with the ctrl modifier are handled properly
11
12 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
13
14
15 PASS wheelEventCount is 1
16 PASS deltaY is 80
17 PASS ctrlKey is true
18 PASS testDiv.scrollTop is 0
19 PASS wheelEventCount is 2
20 PASS deltaY is 80
21 PASS ctrlKey is false
22 PASS testDiv.scrollTop is deltaY
23 PASS successfullyParsed is true
24
25 TEST COMPLETE
26
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/wheelevent-ctrl.html ('k') | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698