Index: third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_pointerout_pen-manual-input.js |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_pointerout_pen-manual-input.js b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_pointerout_pen-manual-input.js |
deleted file mode 100644 |
index 66bffa4f319df05fb8476fc15e697f4c68e2df1e..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_pointerout_pen-manual-input.js |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-importAutomationScript('/pointerevents/pointerevent_common_input.js'); |
- |
-function inject_input() { |
- if (window.eventSender) { |
- var target0 = document.getElementById('target0'); |
- penMoveIntoTarget(target0); |
- eventSender.mouseMoveTo(0, 0, [], "pen", 0); |
- } |
-} |
- |