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 |