| Index: third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_suppress_compat_events_on_drag_mouse-manual-automation.js
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt_automation/uievents/order-of-events/focus-events/focus-manual-automation.js b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_suppress_compat_events_on_drag_mouse-manual-automation.js
|
| similarity index 62%
|
| copy from third_party/WebKit/LayoutTests/imported/wpt_automation/uievents/order-of-events/focus-events/focus-manual-automation.js
|
| copy to third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_suppress_compat_events_on_drag_mouse-manual-automation.js
|
| index 4daa2e773f7f5f87ad3709b557a8e042fba305c2..ec1b0efcc09f3cd01e5b4eab26f81a4811127c80 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt_automation/uievents/order-of-events/focus-events/focus-manual-automation.js
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_suppress_compat_events_on_drag_mouse-manual-automation.js
|
| @@ -1,9 +1,9 @@
|
| importAutomationScript('/pointerevents/pointerevent_common_input.js');
|
|
|
| function inject_input() {
|
| - return mouseClickInTarget('#a').then(function() {
|
| - return mouseClickInTarget('#b');
|
| + return mouseDragInTarget('#target0').then(function() {
|
| + return mouseDragInTarget('#target1');
|
| }).then(function() {
|
| return mouseClickInTarget('#done');
|
| });
|
| -}
|
| +}
|
|
|