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

Unified Diff: LayoutTests/fast/events/show-context-menu-on-mouse-up-expected.txt

Issue 776483002: Use the setting to determine whether showing context menu on mouse up. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add layout test and exclude modifiers part. Created 6 years 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: LayoutTests/fast/events/show-context-menu-on-mouse-up-expected.txt
diff --git a/LayoutTests/fast/events/show-context-menu-on-mouse-up-expected.txt b/LayoutTests/fast/events/show-context-menu-on-mouse-up-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..083dee43e49177a70f918ffc751b1334bf119863
--- /dev/null
+++ b/LayoutTests/fast/events/show-context-menu-on-mouse-up-expected.txt
@@ -0,0 +1,10 @@
+setShowContextMenuOnMouseUp setting = false
+PASS eventLog is "mousedown contextmenu mouseup"
+
+setShowContextMenuOnMouseUp setting = true
+PASS eventLog is "mousedown mouseup contextmenu"
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698