Index: LayoutTests/compositing/gestures/gesture-tapHighlight-simple-rotated-div.html |
diff --git a/LayoutTests/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-div.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-rotated-div.html |
similarity index 94% |
rename from LayoutTests/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-div.html |
rename to LayoutTests/compositing/gestures/gesture-tapHighlight-simple-rotated-div.html |
index d1b0827fa91fabe4008db01ec5edb3c73a5e48dc..6e6400667fd647406e86b37a4836a925f2aef0d1 100644 |
--- a/LayoutTests/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-div.html |
+++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-rotated-div.html |
@@ -1,7 +1,7 @@ |
<!DOCTYPE html> |
<html> |
<head> |
-<script src="../../../../fast/js/resources/js-test-pre.js"></script> |
+<script src="../../fast/js/resources/js-test-pre.js"></script> |
</head> |
<body onload="runTest();"> |
<div id="targetDiv" onclick="doNothing();" style="position: absolute; left: 40px; top: 40px; width: 50px; height: 50px; -webkit-transform: rotate(22.5deg); border-style: solid; border-width: 2px; -webkit-tap-highlight-color: rgba(0, 255, 0, 0.5); cursor: Pointer"> |