| Index: third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointercancel.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointercancel.html b/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointercancel.html
|
| index 9b104dd59bdf1b0ae52663b44a3e085e96a214ef..7ab34becb5c7f89bafbab6b423efd93c17ad4714 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointercancel.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointercancel.html
|
| @@ -21,7 +21,7 @@ description("Verifies that pointercancel events are fired correctly on touch.");
|
| var eventToPreventDefault = "";
|
|
|
| function init() {
|
| - var eventList = ["pointerdown", "pointerup", "pointermove", "pointercancel",
|
| + var eventList = ["pointerdown", "pointerup", "pointermove", "pointercancel", "pointerover", "pointerenter", "pointerout", "pointerleave",
|
| "touchstart", "touchend", "touchmove", "touchcancel"];
|
|
|
| eventList.forEach(function(eventName) {
|
|
|