Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/external/wpt_automation/pointerlock/pointerlock_remove_target_on_mouseup-manual-automation.js |
| diff --git a/third_party/WebKit/LayoutTests/external/wpt_automation/pointerlock/pointerlock_remove_target_on_mouseup-manual-automation.js b/third_party/WebKit/LayoutTests/external/wpt_automation/pointerlock/pointerlock_remove_target_on_mouseup-manual-automation.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..290681c4d0f904a84c35fc32fb391536619e859c |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/external/wpt_automation/pointerlock/pointerlock_remove_target_on_mouseup-manual-automation.js |
| @@ -0,0 +1,5 @@ |
| +importAutomationScript('/pointerlock/pointerlock_common_input.js'); |
| + |
| +function inject_input() { |
| + return mouseClickInTarget('#target'); |
| +} |