| Index: third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerevent_click_during_capture-manual-automation.js
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerevent_click_during_capture-manual-automation.js b/third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerevent_click_during_capture-manual-automation.js
|
| deleted file mode 100644
|
| index 75ca584817efade498035133e290ff893b9c1f39..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerevent_click_during_capture-manual-automation.js
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -importAutomationScript('/pointerevents/pointerevent_common_input.js');
|
| -
|
| -function inject_input() {
|
| - return mouseClickInTarget('#green').then(function() {
|
| - return mouseDragInTargets(['#blue', '#green']);
|
| - }).then(function() {
|
| - return mouseClickInTarget('#green');
|
| - }).then(function() {
|
| - return mouseDragInTargets(['#blue', '#green']);
|
| - });
|
| -}
|
| -
|
|
|