| Index: third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_attributes_nohover_pointers-manual-automation.js
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_attributes_nohover_pointers-manual-automation.js b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_attributes_nohover_pointers-manual-automation.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d9ef3f30a415cea53e1138cfcb425513bbddb331
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_attributes_nohover_pointers-manual-automation.js
|
| @@ -0,0 +1,7 @@
|
| +importAutomationScript('/pointerevents/pointerevent_common_input.js');
|
| +
|
| +function inject_input() {
|
| + return touchTapInTarget('#square1').then(function() {
|
| + return touchTapInTarget('#square2', document.querySelector('#innerFrame'));
|
| + });
|
| +}
|
|
|