Index: third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_setpointercapture_relatedtarget-manual-input.js |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_setpointercapture_relatedtarget-manual-input.js b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_setpointercapture_relatedtarget-manual-input.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3ccadf2507598a054f4a204d40f894fb226846f1 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_setpointercapture_relatedtarget-manual-input.js |
@@ -0,0 +1,7 @@ |
+importAutomationScript('/pointerevents/pointerevent_common_input.js'); |
+ |
+function inject_input() { |
+ mouseMoveIntoTarget('target1'); |
+ mouseDragInTargets(['btnCapture', 'target0']); |
+} |
+ |