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

Unified Diff: LayoutTests/editing/text-iterator/findString-restarts-at-last-position.html

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/editing/text-iterator/findString-restarts-at-last-position.html
diff --git a/LayoutTests/platform/chromium/editing/text-iterator/findString-restarts-at-last-position.html b/LayoutTests/editing/text-iterator/findString-restarts-at-last-position.html
similarity index 81%
rename from LayoutTests/platform/chromium/editing/text-iterator/findString-restarts-at-last-position.html
rename to LayoutTests/editing/text-iterator/findString-restarts-at-last-position.html
index e671fbc3b9cd8606e6adbfeb69bebe56fb1cd91e..ac5bc8e86eac68d3fe8ab04c9a3d060da8a76c39 100644
--- a/LayoutTests/platform/chromium/editing/text-iterator/findString-restarts-at-last-position.html
+++ b/LayoutTests/editing/text-iterator/findString-restarts-at-last-position.html
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>
<head>
-<link rel="stylesheet" href="../../../../fast/js/resources/js-test-style.css">
-<script src=../../../../fast/js/resources/js-test-pre.js language="javascript" type="text/javascript"></script>
+<link rel="stylesheet" href="../../fast/js/resources/js-test-style.css">
+<script src=../../fast/js/resources/js-test-pre.js language="javascript" type="text/javascript"></script>
<title>Testing that searching for text restarts at the last active match.</title>
</head>
<body>
@@ -31,6 +31,6 @@ document.getElementById("console").style.removeProperty("visibility");
var successfullyParsed = true;
</script>
-<script src="../../../../fast/js/resources/js-test-post.js"></script>
+<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698