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

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

Issue 2785853002: Selection Action mode triggered like a context menu (Closed)
Patch Set: fix tests Created 3 years, 7 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 495319aa9360a7013255167e075e2cbd66ec6346..1848cb5200b84b50830062460dc0024f7c52c4d9 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
@@ -77,13 +77,14 @@ TEST COMPLETE
4. targetDiv received mousedown buttons: 1
5. targetDiv received mouseup buttons: 0
6. targetDiv received click buttons: 0
-7. targetDiv received mousemove buttons: 0
-8. targetDiv received mousedown buttons: 1
-9. targetDiv received mouseup buttons: 0
-10. targetDiv received click buttons: 0
-11. targetDiv received dblclick buttons: 0
-12. targetDiv received mouseout buttons: 0
-13. targetDiv received mouseleave buttons: 0
+7. targetDiv received contextmenu buttons: 0
+8. targetDiv received mousemove buttons: 0
+9. targetDiv received mousedown buttons: 1
+10. targetDiv received mouseup buttons: 0
+11. targetDiv received click buttons: 0
+12. targetDiv received dblclick buttons: 0
+13. targetDiv received mouseout buttons: 0
+14. targetDiv received mouseleave buttons: 0
===== tapAction with initial state=[] =====
1. targetDiv received mouseover buttons: 0

Powered by Google App Engine
This is Rietveld 408576698