| Index: third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_touch-action-inherit_highest-parent-none_touch-manual-automation.js
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_touch-action-inherit_highest-parent-none_touch-manual-automation.js b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_touch-action-inherit_highest-parent-none_touch-manual-automation.js
|
| index 80318d9e0856ba5b3a8d98be098762070089ce8e..9d5dd61f42e6cb8d3096fa04c05f628dd012b103 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_touch-action-inherit_highest-parent-none_touch-manual-automation.js
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_touch-action-inherit_highest-parent-none_touch-manual-automation.js
|
| @@ -1,7 +1,8 @@
|
| importAutomationScript('/pointerevents/pointerevent_common_input.js');
|
|
|
| function inject_input() {
|
| - touchScrollUpInTarget('target0')
|
| - touchScrollLeftInTarget('target0');
|
| + return touchScrollInTarget('#target0 > div > p', 'down').then(function() {
|
| + return touchScrollInTarget('#target0 > div > p', 'right');
|
| + });
|
| }
|
|
|
|
|