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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/touch/gesture/context-menu-on-long-press-expected.txt

Issue 2446333002: Set right button for mousedown/contextmenu of long press gesture (Closed)
Patch Set: Created 4 years, 1 month 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
1 This test checks that the context menu is shown on long press gesture. 1 This test checks that the context menu is shown on long press gesture.
2 2
3 PASS successfullyParsed is true 3 PASS successfullyParsed is true
4 4
5 TEST COMPLETE 5 TEST COMPLETE
6 6
7 showContextMenuOnMouseUp = true 7 showContextMenuOnMouseUp = true
8 Event sequence: mouseover mouseenter mousemove mousedown contextmenu 8 Event sequence: mouseover mouseenter mousemove mousedown mouseup auxclick contex tmenu
9 PASS: Context Menu event seen. 9 PASS: Context Menu event seen.
10 10
11 showContextMenuOnMouseUp = false 11 showContextMenuOnMouseUp = false
12 Event sequence: mousemove mousedown contextmenu 12 Event sequence: mousemove mousedown contextmenu mouseup auxclick
13 PASS: Context Menu event seen. 13 PASS: Context Menu event seen.
14 14
15 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698