Index: third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_lostpointercapture_is_first-manual-input.js |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_lostpointercapture_is_first-manual-input.js b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_lostpointercapture_is_first-manual-input.js |
deleted file mode 100644 |
index 744912c6fc70311d46109c3db78cf1a931ae0a0d..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_lostpointercapture_is_first-manual-input.js |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-importAutomationScript('/pointerevents/pointerevent_common_input.js'); |
- |
-function inject_input() { |
- mouseClickInTarget('btnCapture'); |
- |
- // To handle delayed capturing |
- mouseMoveIntoTarget('btnCapture'); |
-} |
- |