| Index: third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_suppress_compat_events_on_click-manual-automation.js
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_touch-action-keyboard-manual-automation.js b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_suppress_compat_events_on_click-manual-automation.js
|
| similarity index 69%
|
| copy from third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_touch-action-keyboard-manual-automation.js
|
| copy to third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_suppress_compat_events_on_click-manual-automation.js
|
| index e7b125dd5fc81eefc0a01bd50e62b44e5ece1a01..867465e9aec5800960fb8f6affbb10cf8f0ee4d2 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_touch-action-keyboard-manual-automation.js
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_suppress_compat_events_on_click-manual-automation.js
|
| @@ -2,9 +2,8 @@ importAutomationScript('/pointerevents/pointerevent_common_input.js');
|
|
|
| function inject_input() {
|
| return mouseClickInTarget('#target0').then(function() {
|
| - return keyboardScroll('down');
|
| + return mouseClickInTarget('#target1');
|
| }).then(function() {
|
| - return keyboardScroll('right');
|
| + return mouseClickInTarget('#done');
|
| });
|
| }
|
| -
|
|
|