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; |
}); |