| Index: third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_pointerout_received_once-manual-automation.js
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_pointerout_received_once-manual-automation.js b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_pointerout_received_once-manual-automation.js
|
| index 7b52dd0ffefaf849122652dd95a73a0b45549b04..7bdc7b3bdf8588e2a01150b246f96850022f6469 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_pointerout_received_once-manual-automation.js
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_pointerout_received_once-manual-automation.js
|
| @@ -1,7 +1,7 @@
|
| importAutomationScript('/pointerevents/pointerevent_common_input.js');
|
|
|
| function inject_input() {
|
| - return mouseMoveIntoTarget('target0').then(function() {
|
| + return mouseMoveIntoTarget('#target0').then(function() {
|
| mouseMoveToDocument();
|
| });
|
| }
|
|
|