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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/touch/gesture/context-menu-on-two-finger-tap.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-two-finger-tap.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/context-menu-on-two-finger-tap.html b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/context-menu-on-two-finger-tap.html
index cd8c94abd4ad0c4d423e358603884fbcf1070529..32a85fc8d6670f33ef781f7a5b367eb600a54b93 100644
--- a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/context-menu-on-two-finger-tap.html
+++ b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/context-menu-on-two-finger-tap.html
@@ -21,7 +21,7 @@ function test()
}
for (let evtType of ["contextmenu", "mouseover", "mousemove", "mouseout",
- "mouseenter", "mouseleave", "mouseup", "mousedown"]) {
+ "mouseenter", "mouseleave", "mouseup", "mousedown", "click", "auxclick"]) {
document.addEventListener(evtType, function(e) {
document.getElementById("eventSequence").innerHTML += " " + e.type;
});

Powered by Google App Engine
This is Rietveld 408576698