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