Index: LayoutTests/platform/chromium-linux/compositing/gestures/resources/gesture-tapHighlight-simple-navigate-destination.html |
diff --git a/LayoutTests/platform/chromium-linux/compositing/gestures/resources/gesture-tapHighlight-simple-navigate-destination.html b/LayoutTests/platform/chromium-linux/compositing/gestures/resources/gesture-tapHighlight-simple-navigate-destination.html |
deleted file mode 100644 |
index 5a9091cf94dc3d1566c88214234215ec9992d7ca..0000000000000000000000000000000000000000 |
--- a/LayoutTests/platform/chromium-linux/compositing/gestures/resources/gesture-tapHighlight-simple-navigate-destination.html |
+++ /dev/null |
@@ -1,22 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<script src="../../../../../fast/js/resources/js-test-pre.js"></script> |
-</head> |
-<body onload="runTest();"> |
-<div style="-webkit-transform: translateZ(0); position: relative; left: 10px; top: 40px"> |
-<div style="position: relative; left: 10px; top: 70px"> |
-This test is successful if no transparent green rectangles are visible. |
-</div> |
-<script> |
-function runTest() { |
- if (window.testRunner) { |
- window.testRunner.dumpAsText(true); |
- window.testRunner.notifyDone(); |
- } else { |
- debug("This test requires DumpRenderTree."); |
- } |
-} |
-</script> |
-</body> |
-</html> |