Index: LayoutTests/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-div-boxshadow-absolute.html |
diff --git a/LayoutTests/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-div-boxshadow-absolute.html b/LayoutTests/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-div-boxshadow-absolute.html |
deleted file mode 100644 |
index 9d2922bd54ab623fe09bbe56e3645269ef311993..0000000000000000000000000000000000000000 |
--- a/LayoutTests/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-div-boxshadow-absolute.html |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<script src="../../../../fast/js/resources/js-test-pre.js"></script> |
-<script src="resources/target-div-run-test.js"></script> |
-</head> |
-<body onload="runTest();"> |
-<div style="top: 10px; left: 10px; -webkit-transform: translateZ(0);"> |
-<div id="targetDiv" style="position: absolute; left: 50px; top: 50px; width: 50px; height: 50px; box-shadow: 0px 4px 23px 5px rgba(0, 0, 0, 0.2); border-style: solid; border-width: 2px; -webkit-tap-highlight-color: rgba(0, 255, 0, 0.5); cursor: Pointer"> |
-<br><center>Target</center><br> |
-</div> |
-</div> |
-<div style="position: absolute; left: 10px; top: 250px; -webkit-transform: translateZ(0);"> |
-This test is successful if the box labelled "Target" has a transparent green rectangle centered on it. |
-</div> |
-</script> |
-</body> |
-</html> |