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

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 rebase problems 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 73b691703ce880133abf95e8835f393cba54475f..2081bb5638c00f3934907e9f5afcd7419cd6b6f2 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