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

Unified Diff: LayoutTests/editing/spelling/delete-misspelled-word.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/spelling/delete-misspelled-word.html
diff --git a/LayoutTests/platform/chromium/editing/spelling/delete-misspelled-word.html b/LayoutTests/editing/spelling/delete-misspelled-word.html
similarity index 88%
rename from LayoutTests/platform/chromium/editing/spelling/delete-misspelled-word.html
rename to LayoutTests/editing/spelling/delete-misspelled-word.html
index 1e36f1ab9f71ee32682cd6e1d60d48859aede35f..b3ae196f00d3b72a47e657ca9df18a63c713f0fe 100644
--- a/LayoutTests/platform/chromium/editing/spelling/delete-misspelled-word.html
+++ b/LayoutTests/editing/spelling/delete-misspelled-word.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
-<script src=../../../../fast/js/resources/js-test-pre.js language="javascript" type="text/javascript"></script>
+<script src=../../fast/js/resources/js-test-pre.js language="javascript" type="text/javascript"></script>
<title>Testing moving cursor to a misspelled word</title>
</head>
<body>
@@ -40,6 +40,6 @@ function verifyMarker() {
}
window.setTimeout(verifyMarker, 1);
</script>
-<script src="../../../../fast/js/resources/js-test-post.js"></script>
+<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
</html>
« no previous file with comments | « LayoutTests/compositing/video-frame-size-change.html ('k') | LayoutTests/editing/spelling/delete-misspelled-word-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698