| Index: third_party/WebKit/LayoutTests/imported/wpt_automation/uievents/order-of-events/focus-events/focus-manual-automation.js
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt_automation/uievents/order-of-events/focus-events/focus-manual-automation.js b/third_party/WebKit/LayoutTests/imported/wpt_automation/uievents/order-of-events/focus-events/focus-manual-automation.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4daa2e773f7f5f87ad3709b557a8e042fba305c2
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt_automation/uievents/order-of-events/focus-events/focus-manual-automation.js
|
| @@ -0,0 +1,9 @@
|
| +importAutomationScript('/pointerevents/pointerevent_common_input.js');
|
| +
|
| +function inject_input() {
|
| + return mouseClickInTarget('#a').then(function() {
|
| + return mouseClickInTarget('#b');
|
| + }).then(function() {
|
| + return mouseClickInTarget('#done');
|
| + });
|
| +}
|
|
|