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

Side by Side Diff: LayoutTests/fast/events/mouse-click-events-expected.txt

Issue 6250083: Merge 76557 - 2011-01-24 Peter Kasting <pkasting@google.com>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 10 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
« no previous file with comments | « no previous file | LayoutTests/fast/events/script-tests/mouse-click-events.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This tests what mouse events we send. 1 This tests what mouse events we send.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Left Mouse Button 6 Left Mouse Button
7 PASS eventLog is "mousedown(0) mouseup(0) click(0) mousedown(0) mouseup(0) click (0) dblclick(0) " 7 PASS eventLog is "mousedown(0) mouseup(0) click(0) mousedown(0) mouseup(0) click (0) dblclick(0) "
8 Middle Mouse Button 8 Middle Mouse Button
9 PASS eventLog is "mousedown(1) mouseup(1) mousedown(1) mouseup(1) " 9 PASS eventLog is "mousedown(1) mouseup(1) click(1) mousedown(1) mouseup(1) click (1) dblclick(1) "
10 Right Mouse Button 10 Right Mouse Button
11 PASS eventLog is "mousedown(2) mouseup(2) mousedown(2) mouseup(2) " 11 PASS eventLog is "mousedown(2) mouseup(2) mousedown(2) mouseup(2) "
12 4th Mouse Button 12 4th Mouse Button
13 PASS eventLog is "mousedown(1) mouseup(1) mousedown(1) mouseup(1) " 13 PASS eventLog is "mousedown(1) mouseup(1) click(1) mousedown(1) mouseup(1) click (1) dblclick(1) "
14 PASS successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 17
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/events/script-tests/mouse-click-events.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698