| Index: third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_releasepointercapture_onpointerup_mouse-manual-automation.js
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_releasepointercapture_onpointerup_mouse-manual-automation.js b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_releasepointercapture_onpointerup_mouse-manual-automation.js
|
| index 86def7527f6faff30ba7a82f16cb1d9654904624..7fe6f2b7b70ffbfe4c57c0363e1320f3cc3ea84c 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_releasepointercapture_onpointerup_mouse-manual-automation.js
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_releasepointercapture_onpointerup_mouse-manual-automation.js
|
| @@ -1,9 +1,9 @@
|
| importAutomationScript('/pointerevents/pointerevent_common_input.js');
|
|
|
| function inject_input() {
|
| - return mouseClickInTarget('btnCapture').then(function() {
|
| + return mouseClickInTarget('#btnCapture').then(function() {
|
| // To Handle delayed capturing.
|
| - mouseMoveIntoTarget('btnCapture');
|
| + mouseMoveIntoTarget('#btnCapture');
|
| });
|
| }
|
|
|
|
|