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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute-expected.txt

Issue 2249663002: Fixed & refactored mouse event firing at gesture context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests, removed one overfitting Created 4 years, 4 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-event-buttons-attribute-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute-expected.txt b/third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute-expected.txt
index 2d94dff6c610c2a4122cf332a2b7944d49af78ec..73b691703ce880133abf95e8835f393cba54475f 100644
--- a/third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute-expected.txt
@@ -99,37 +99,33 @@ TEST COMPLETE
1. targetDiv received mouseover buttons: 0
2. targetDiv received mouseenter buttons: 0
3. targetDiv received mousemove buttons: 0
-4. targetDiv received mousedown buttons: 2
-5. targetDiv received contextmenu buttons: 2
-6. targetDiv received mouseout buttons: 0
-7. targetDiv received mouseleave buttons: 0
+4. targetDiv received contextmenu buttons: 0
+5. targetDiv received mouseout buttons: 0
+6. targetDiv received mouseleave buttons: 0
===== longPressAction with initial state=[] and showContextMenuOnMouseUp=true =====
1. targetDiv received mouseover buttons: 0
2. targetDiv received mouseenter buttons: 0
3. targetDiv received mousemove buttons: 0
-4. targetDiv received mousedown buttons: 2
-5. targetDiv received contextmenu buttons: 2
-6. targetDiv received mouseout buttons: 0
-7. targetDiv received mouseleave buttons: 0
+4. targetDiv received contextmenu buttons: 0
+5. targetDiv received mouseout buttons: 0
+6. targetDiv received mouseleave buttons: 0
===== longTapAction with initial state=[] and showContextMenuOnMouseUp=false =====
1. targetDiv received mouseover buttons: 0
2. targetDiv received mouseenter buttons: 0
3. targetDiv received mousemove buttons: 0
-4. targetDiv received mousedown buttons: 2
-5. targetDiv received contextmenu buttons: 2
-6. targetDiv received mouseout buttons: 0
-7. targetDiv received mouseleave buttons: 0
+4. targetDiv received contextmenu buttons: 0
+5. targetDiv received mouseout buttons: 0
+6. targetDiv received mouseleave buttons: 0
===== longTapAction with initial state=[] and showContextMenuOnMouseUp=true =====
1. targetDiv received mouseover buttons: 0
2. targetDiv received mouseenter buttons: 0
3. targetDiv received mousemove buttons: 0
-4. targetDiv received mousedown buttons: 2
-5. targetDiv received contextmenu buttons: 2
-6. targetDiv received mouseout buttons: 0
-7. targetDiv received mouseleave buttons: 0
+4. targetDiv received contextmenu buttons: 0
+5. targetDiv received mouseout buttons: 0
+6. targetDiv received mouseleave buttons: 0
===== dragDropAction with initial state=[] =====
1. dragImg received mouseover buttons: 0

Powered by Google App Engine
This is Rietveld 408576698