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 9d5dd61f42e6cb8d3096fa04c05f628dd012b103..3bf7a695be3b8531b116f30549b27c1c123c3c80 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,8 +1,8 @@ |
importAutomationScript('/pointerevents/pointerevent_common_input.js'); |
function inject_input() { |
- return touchScrollInTarget('#target0 > div > p', 'down').then(function() { |
- return touchScrollInTarget('#target0 > div > p', 'right'); |
+ return touchScrollInTarget('#target0 > div', 'down').then(function() { |
+ return touchScrollInTarget('#target0 > div', 'right'); |
}); |
} |