| Index: third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_touch-action-mouse-manual-automation.js
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_touch-action-mouse-manual-automation.js b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_touch-action-mouse-manual-automation.js
|
| index ae1dbbc62f6bf86d148fd023688a53bb5eadccc0..489a4e9c3d9fe5246f6e552cbbfa772c35ccae77 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_touch-action-mouse-manual-automation.js
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_touch-action-mouse-manual-automation.js
|
| @@ -1,10 +1,6 @@
|
| importAutomationScript('/pointerevents/pointerevent_common_input.js');
|
|
|
| function inject_input() {
|
| - return mouseClickInTarget('#target0').then(function() {
|
| - return mouseWheelScroll('down');
|
| - }).then(function() {
|
| - return mouseWheelScroll('right');
|
| - });
|
| + return touchActionMouseScroll('#target0');
|
| }
|
|
|
|
|