| Index: third_party/WebKit/LayoutTests/inspector/input-event-warning.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/input-event-warning.html b/third_party/WebKit/LayoutTests/inspector/input-event-warning.html
|
| index f0cec9e9b393209ce9d09923cdbfc16e0225f81a..c0d66918832d820771d87bb1a87751d2c51c90b0 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/input-event-warning.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/input-event-warning.html
|
| @@ -35,10 +35,9 @@ function dispatchEvents()
|
| new MouseEvent("mousemove", { cancelable: true, clientX: 100, clinetY: 100, movementX: 0, movementY: 0 }),
|
| new TouchEvent("touchstart", touchEventInit),
|
| new TouchEvent("touchmove", touchEventInit),
|
| - new TouchEvent("touchend", touchEventInit),
|
| ];
|
|
|
| - var eventTypes = ["wheel", "mousemove", "touchstart", "touchmove", "touchend"];
|
| + var eventTypes = ["wheel", "mousemove", "touchstart", "touchmove"];
|
| for (var type of eventTypes) {
|
| target.addEventListener(type, eventListener1);
|
| target.addEventListener(type, eventListener2);
|
|
|