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 0d641f2a9c6e2f3a42a1dba0325ca0338981e3fc..6c4ea4e94ae2cca1b7d733f0e81d1a3388aeac9e 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 |
@@ -28,7 +28,7 @@ function testReceivedEvents(expectedEvents, testLabel) { |
function init() { |
var targetDiv = document.getElementById("target"); |
- targetEvents = ["mousedown", "mouseup", "mousemove", "contextmenu", |
+ var targetEvents = ["mousedown", "mouseup", "mousemove", "contextmenu", |
"mouseenter", "mouseleave", "mouseover", "mouseout", |
"pointerdown", "pointerup", "pointermove", "pointercancel", |
"pointerenter", "pointerleave", "pointerover", "pointerout"]; |