Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: LayoutTests/compositing/gestures/gesture-tapHighlight-simple-rotated-div.html

Issue 14860019: Move Linux-specific LayoutTests to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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">

Powered by Google App Engine
This is Rietveld 408576698