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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointer-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/pointerevents/touch-pointer-long-press.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointer-long-press.html b/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointer-long-press.html
index 6c4ea4e94ae2cca1b7d733f0e81d1a3388aeac9e..a289755d90a33fdc5b32a82f0d30f76690818221 100644
--- a/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointer-long-press.html
+++ b/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointer-long-press.html
@@ -44,7 +44,7 @@ function runTests() {
var rect = document.getElementById("target").getBoundingClientRect();
eventSender.gestureLongPress(rect.left + 5, rect.top + 5);
testReceivedEvents([
- "mouseover", "mouseenter", "mousemove", "mousedown", "contextmenu"
+ "mouseover", "mouseenter", "mousemove", "mousedown", "contextmenu", "mouseup"
], "Long press events");
}

Powered by Google App Engine
This is Rietveld 408576698