| Index: third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerlock/pointerevent_pointerlock-manual-automation.js
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerlock/pointerevent_pointerlock-manual-automation.js b/third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerlock/pointerevent_pointerlock-manual-automation.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..94765a1131d9449788697d4b0700771eaa5bf88b
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/pointerlock/pointerevent_pointerlock-manual-automation.js
|
| @@ -0,0 +1,5 @@
|
| +importAutomationScript('/pointerevents/pointerevent_common_input.js');
|
| +
|
| +function inject_input() {
|
| + return mouseRequestPointerLockAndCaptureInTarget('#div1');
|
| +}
|
|
|