| Index: third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_setpointercapture_relatedtarget-manual-automation.js
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_setpointercapture_relatedtarget-manual-automation.js b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_setpointercapture_relatedtarget-manual-automation.js
|
| index 3ccadf2507598a054f4a204d40f894fb226846f1..9085b3a51822d013f54d9afb60279adc67b10427 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_setpointercapture_relatedtarget-manual-automation.js
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_setpointercapture_relatedtarget-manual-automation.js
|
| @@ -1,7 +1,8 @@
|
| importAutomationScript('/pointerevents/pointerevent_common_input.js');
|
|
|
| function inject_input() {
|
| - mouseMoveIntoTarget('target1');
|
| - mouseDragInTargets(['btnCapture', 'target0']);
|
| + return mouseMoveIntoTarget('target1').then(function() {
|
| + return mouseDragInTargets(['btnCapture', 'target0']);
|
| + });
|
| }
|
|
|
|
|