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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/touch/gesture/context-menu-on-long-press.html

Issue 2446333002: Set right button for mousedown/contextmenu of long press gesture (Closed)
Patch Set: Created 4 years, 2 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/touch/gesture/context-menu-on-long-press.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/context-menu-on-long-press.html b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/context-menu-on-long-press.html
index 6a46c7c03d8e4fc6863e5a7584632eef2b685e68..a1f88185ca2f740827990edcbae2813f26a625ea 100644
--- a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/context-menu-on-long-press.html
+++ b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/context-menu-on-long-press.html
@@ -40,7 +40,7 @@ function test()
testResult = "PASS: Context Menu event seen.";
}
for (let evtType of ["contextmenu", "mouseover", "mousemove", "mouseout",
- "mouseenter", "mouseleave", "mouseup", "mousedown"]) {
+ "mouseenter", "mouseleave", "mouseup", "mousedown", "click", "auxclick"]) {
document.addEventListener(evtType, function(e) {
eventSequence += " " + e.type;
});

Powered by Google App Engine
This is Rietveld 408576698