| Index: third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerevent_sequence_at_implicit_release_on_click-manual-automation.js
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerevent_sequence_at_implicit_release_on_click-manual-automation.js b/third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerevent_sequence_at_implicit_release_on_click-manual-automation.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b3480c6feac45223ccaf5e220c5ada03042e2903
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerevent_sequence_at_implicit_release_on_click-manual-automation.js
|
| @@ -0,0 +1,15 @@
|
| +importAutomationScript('/pointerevents/pointerevent_common_input.js');
|
| +
|
| +function inject_input() {
|
| + return mouseClickInTarget('#target').then(function() {
|
| + return mouseClickInTarget('#done');
|
| + }).then(function() {
|
| + return touchTapInTarget('#target');
|
| + }).then(function() {
|
| + return touchTapInTarget('#done');
|
| + }).then(function() {
|
| + return penClickInTarget('#target')
|
| + }).then(function() {
|
| + return penClickInTarget('#done')
|
| + });
|
| +}
|
|
|