Index: LayoutTests/platform/chromium-linux/compositing/gestures/resources/target-div-run-test.js |
diff --git a/LayoutTests/platform/chromium-linux/compositing/gestures/resources/target-div-run-test.js b/LayoutTests/platform/chromium-linux/compositing/gestures/resources/target-div-run-test.js |
deleted file mode 100644 |
index 5cb2427dcf5ecb3f74e4b2788bdce91660d54348..0000000000000000000000000000000000000000 |
--- a/LayoutTests/platform/chromium-linux/compositing/gestures/resources/target-div-run-test.js |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-function runTest() { |
- var clientRect = document.getElementById('targetDiv').getBoundingClientRect(); |
- x = (clientRect.left + clientRect.right) / 2; |
- y = (clientRect.top + clientRect.bottom) / 2; |
- if (window.testRunner) { |
- testRunner.dumpAsText(true); |
- testRunner.waitUntilDone(); |
- } |
- |
- if (window.eventSender) { |
- eventSender.gestureTapDown(x, y); |
- window.setTimeout(function() { window.testRunner.notifyDone(); }, 0); |
- } else { |
- debug("This test requires DumpRenderTree."); |
- } |
-} |