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

Side by Side Diff: webkit/data/layout_test_results/common/LayoutTests/fast/events/mouse-click-events-expected.txt

Issue 6261: This fixes http://code.google.com/p/chromium/issues/detail?id=3007, which is ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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 | « no previous file | webkit/tools/layout_tests/test_lists/tests_fixable.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ native
OLDNEW
(Empty)
1 This tests what mouse events we send.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 Left Mouse Button
7 mousedown(0)
8 mouseup(0)
9 click(0)
10 mousedown(0)
11 mouseup(0)
12 click(0)
13 dblclick(0)
14 Middle Mouse Button
15 mousedown(1)
16 mouseup(1)
17 click(1)
18 mousedown(1)
19 mouseup(1)
20 click(1)
21 dblclick(1)
22 Right Mouse Button
23 mousedown(2)
24 mouseup(2)
25 mousedown(2)
26 mouseup(2)
27 4th Mouse Button
28 mousedown(1)
29 mouseup(1)
30 click(1)
31 mouseup(1)
32 PASS successfullyParsed is true
33
34 TEST COMPLETE
35
OLDNEW
« no previous file with comments | « no previous file | webkit/tools/layout_tests/test_lists/tests_fixable.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698