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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 setShowContextMenuOnMouseUp setting = false
2 PASS eventLog is "mousedown contextmenu mouseup"
3
4 setShowContextMenuOnMouseUp setting = true
5 PASS eventLog is "mousedown mouseup contextmenu"
6
7 PASS successfullyParsed is true
8
9 TEST COMPLETE
10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698