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