| Index: third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_touch-action-inherit_child-pan-x-child-pan-y_touch-manual-automation.js
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_touch-action-inherit_child-pan-x-child-pan-y_touch-manual-automation.js b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_touch-action-inherit_child-pan-x-child-pan-y_touch-manual-automation.js
|
| index 2bca453eaf0c7baf8f4af567999a4a213844ed72..be10a3b42a9e43c5e5de4846b84e1c65900939f3 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_touch-action-inherit_child-pan-x-child-pan-y_touch-manual-automation.js
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_touch-action-inherit_child-pan-x-child-pan-y_touch-manual-automation.js
|
| @@ -1,8 +1,8 @@
|
| importAutomationScript('/pointerevents/pointerevent_common_input.js');
|
|
|
| function inject_input() {
|
| - return touchScrollInTarget('#target0 > div > div > p', 'down').then(function() {
|
| - return touchScrollInTarget('#target0 > div > div > p', 'right');
|
| + return touchScrollInTarget('#target0 > div > div', 'down').then(function() {
|
| + return touchScrollInTarget('#target0 > div > div', 'right');
|
| }).then(function() {
|
| return touchTapInTarget('#btnComplete');
|
| });
|
|
|