| Index: third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerevent_pointerleave_pen-manual-automation.js
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerevent_pointerleave_pen-manual-automation.js b/third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerevent_pointerleave_pen-manual-automation.js
|
| index d2fa8fcc41ab0a81bc4a8c2ffa906e2ea72d0de4..2f62a7e68cd556501060c013541496bff305513d 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerevent_pointerleave_pen-manual-automation.js
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerevent_pointerleave_pen-manual-automation.js
|
| @@ -3,6 +3,9 @@ importAutomationScript('/pointerevents/pointerevent_common_input.js');
|
| function inject_input() {
|
| return penMoveIntoTarget('#target0').then(function() {
|
| penMoveToDocument();
|
| + }).then(function() {
|
| + return penMoveIntoTarget('#target0');
|
| + }).then(function() {
|
| + return penMoveToDocument();
|
| });
|
| -}
|
| -
|
| +}
|
|
|