| Index: third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_lostpointercapture_is_first-manual-input.js
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_lostpointercapture_is_first-manual-input.js b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_lostpointercapture_is_first-manual-input.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..744912c6fc70311d46109c3db78cf1a931ae0a0d
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_lostpointercapture_is_first-manual-input.js
|
| @@ -0,0 +1,9 @@
|
| +importAutomationScript('/pointerevents/pointerevent_common_input.js');
|
| +
|
| +function inject_input() {
|
| + mouseClickInTarget('btnCapture');
|
| +
|
| + // To handle delayed capturing
|
| + mouseMoveIntoTarget('btnCapture');
|
| +}
|
| +
|
|
|