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

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

Issue 2446333002: Set right button for mousedown/contextmenu of long press gesture (Closed)
Patch Set: Created 4 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
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 ff513dc0db6132b8148a7836e8b42fa629791159..57ee61564231a4f2c12c803a9a5f212606b7d0e2 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,41 @@ 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: 0
-5. targetDiv received contextmenu buttons: 0
-6. targetDiv received mouseout buttons: 0
-7. targetDiv received mouseleave buttons: 0
+4. targetDiv received mousedown buttons: 2
+5. targetDiv received contextmenu buttons: 2
+6. targetDiv received mouseup buttons: 2
+7. targetDiv received mouseout buttons: 0
+8. 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: 0
-5. targetDiv received contextmenu buttons: 0
-6. targetDiv received mouseout buttons: 0
-7. targetDiv received mouseleave buttons: 0
+4. targetDiv received mousedown buttons: 2
+5. targetDiv received mouseup buttons: 2
+6. targetDiv received contextmenu buttons: 2
+7. targetDiv received mouseout buttons: 0
+8. 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: 0
-5. targetDiv received contextmenu buttons: 0
-6. targetDiv received mouseout buttons: 0
-7. targetDiv received mouseleave buttons: 0
+4. targetDiv received mousedown buttons: 2
+5. targetDiv received contextmenu buttons: 2
+6. targetDiv received mouseup buttons: 2
+7. targetDiv received mouseout buttons: 0
+8. 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: 0
-5. targetDiv received contextmenu buttons: 0
-6. targetDiv received mouseout buttons: 0
-7. targetDiv received mouseleave buttons: 0
+4. targetDiv received mousedown buttons: 2
+5. targetDiv received mouseup buttons: 2
+6. targetDiv received contextmenu buttons: 2
+7. targetDiv received mouseout buttons: 0
+8. targetDiv received mouseleave buttons: 0
===== dragDropAction with initial state=[] =====
1. dragImg received mouseover buttons: 0

Powered by Google App Engine
This is Rietveld 408576698