Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_touch-action-mouse-manual-input.js |
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_touch-action-mouse-manual-input.js b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_touch-action-mouse-manual-input.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..71eafbc018b638e673c12ca1df2f6171a1ae2e78 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_touch-action-mouse-manual-input.js |
| @@ -0,0 +1,8 @@ |
| +importAutomationScript('/pointerevents/pointerevent_common_input.js'); |
| + |
| +function inject_input() { |
| + mouseClickInTarget('target0'); |
| + mouseScrollUp(); |
| + mouseScrollLeft(); |
| +} |
| + |