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

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

Issue 1894253002: Prevent sending click event for non primary button (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing tests Created 4 years, 8 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
Index: third_party/WebKit/LayoutTests/fast/events/mouse-click-events-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/mouse-click-events-expected.txt b/third_party/WebKit/LayoutTests/fast/events/mouse-click-events-expected.txt
index 33035fb20c866ec66a49b7107cc7fe6f4a1be5c1..f9b15a7eb80e699a4f66a71f007f4325946e4769 100644
--- a/third_party/WebKit/LayoutTests/fast/events/mouse-click-events-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/events/mouse-click-events-expected.txt
@@ -6,7 +6,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
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) "
+FAIL eventLog should be mousedown(1) mouseup(1) click(1) mousedown(1) mouseup(1) click(1) dblclick(1) . Was mousedown(1) mouseup(1) mousedown(1) mouseup(1) .
dtapuska 2016/04/22 18:32:30 I think we should change the mouse-click-events.ht
Navid Zolghadr 2016/04/22 19:09:58 Oops. I meant to do that. I missed it and mistaken
Right Mouse Button
PASS eventLog is "mousedown(2) mouseup(2) mousedown(2) mouseup(2) "
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698