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

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

Issue 1602443006: Set the correct buttons for long press action (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 e27b96bebe6ca48bff252aa8f87032ebba79418d..b12b0b4843bc8ef3894a26fd5e324e85a5d74f84 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
@@ -105,8 +105,8 @@
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
+4. targetDiv received mousedown buttons: 2
+5. targetDiv received contextmenu buttons: 2
6. targetDiv received mouseout buttons: 0
7. targetDiv received mouseleave buttons: 0
@@ -123,8 +123,8 @@
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
+4. targetDiv received mousedown buttons: 2
+5. targetDiv received contextmenu buttons: 2
6. targetDiv received mouseout buttons: 0
7. targetDiv received mouseleave buttons: 0

Powered by Google App Engine
This is Rietveld 408576698