| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..75ca584817efade498035133e290ff893b9c1f39
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerevent_click_during_capture-manual-automation.js
|
| @@ -0,0 +1,12 @@
|
| +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']);
|
| + });
|
| +}
|
| +
|
|
|