Index: third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_capture_suppressing_mouse-manual-input.js |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_capture_suppressing_mouse-manual-input.js b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_capture_suppressing_mouse-manual-input.js |
deleted file mode 100644 |
index 44ed0d04226bdd18db6b09b474347052e7027f4e..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_capture_suppressing_mouse-manual-input.js |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-importAutomationScript('/pointerevents/pointerevent_common_input.js'); |
- |
-function inject_input() { |
- mouseMoveIntoTarget('target0'); |
- mouseMoveIntoTarget('target1'); |
- mouseDragInTargets(['btnCapture', 'target1', 'target0', 'target1']); |
- |
- // To handle delayed capturing |
- mouseMoveIntoTarget('target0'); |
-} |
- |