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

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

Issue 2249663002: Fixed & refactored mouse event firing at gesture context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests, removed one overfitting Created 4 years, 4 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 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 contextmenu
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 contextmenu
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