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

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

Issue 3325025: Merge 67261 - Make middle clicks not fire DOM onclick events.... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/fast/events/script-tests/mouse-click-events.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/mouse-click-events-expected.txt
===================================================================
--- LayoutTests/fast/events/mouse-click-events-expected.txt (revision 67262)
+++ LayoutTests/fast/events/mouse-click-events-expected.txt (working copy)
@@ -6,11 +6,11 @@
Left Mouse Button
PASS eventLog is "mousedown(0) mouseup(0) click(0) mousedown(0) mouseup(0) click(0) dblclick(0) "
Middle Mouse Button
-PASS eventLog is "mousedown(1) mouseup(1) click(1) mousedown(1) mouseup(1) click(1) dblclick(1) "
+PASS eventLog is "mousedown(1) mouseup(1) mousedown(1) mouseup(1) "
Right Mouse Button
PASS eventLog is "mousedown(2) mouseup(2) mousedown(2) mouseup(2) "
4th Mouse Button
-PASS eventLog is "mousedown(1) mouseup(1) click(1) mousedown(1) mouseup(1) click(1) dblclick(1) "
+PASS eventLog is "mousedown(1) mouseup(1) mousedown(1) mouseup(1) "
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/fast/events/script-tests/mouse-click-events.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698