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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/tools/layout_tests/test_lists/tests_fixable.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/data/layout_test_results/common/LayoutTests/fast/events/mouse-click-events-expected.txt
===================================================================
--- webkit/data/layout_test_results/common/LayoutTests/fast/events/mouse-click-events-expected.txt (revision 0)
+++ webkit/data/layout_test_results/common/LayoutTests/fast/events/mouse-click-events-expected.txt (revision 0)
@@ -0,0 +1,35 @@
+This tests what mouse events we send.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Left Mouse Button
+mousedown(0)
+mouseup(0)
+click(0)
+mousedown(0)
+mouseup(0)
+click(0)
+dblclick(0)
+Middle Mouse Button
+mousedown(1)
+mouseup(1)
+click(1)
+mousedown(1)
+mouseup(1)
+click(1)
+dblclick(1)
+Right Mouse Button
+mousedown(2)
+mouseup(2)
+mousedown(2)
+mouseup(2)
+4th Mouse Button
+mousedown(1)
+mouseup(1)
+click(1)
+mouseup(1)
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
Property changes on: webkit\data\layout_test_results\common\LayoutTests\fast\events\mouse-click-events-expected.txt
___________________________________________________________________
Added: svn:eol-style
+ native
« 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