| Index: LayoutTests/editing/spelling/move-cursor-to-misspelled-word.html
|
| diff --git a/LayoutTests/platform/chromium/editing/spelling/move-cursor-to-misspelled-word.html b/LayoutTests/editing/spelling/move-cursor-to-misspelled-word.html
|
| similarity index 83%
|
| rename from LayoutTests/platform/chromium/editing/spelling/move-cursor-to-misspelled-word.html
|
| rename to LayoutTests/editing/spelling/move-cursor-to-misspelled-word.html
|
| index 31d7d58feddbfcf549096a7766aa3dbb5a3a4084..bb0c3a03dac99a60de71cd503579451ef0293c17 100644
|
| --- a/LayoutTests/platform/chromium/editing/spelling/move-cursor-to-misspelled-word.html
|
| +++ b/LayoutTests/editing/spelling/move-cursor-to-misspelled-word.html
|
| @@ -1,6 +1,6 @@
|
| <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>
|
| @@ -19,6 +19,6 @@ document.execCommand("InsertText", false, ' ');
|
| window.getSelection().modify('move', 'backward', 'character');
|
| shouldBeTrue('internals.hasSpellingMarker(document, 0, 2)');
|
| </script>
|
| -<script src="../../../../fast/js/resources/js-test-post.js"></script>
|
| +<script src="../../fast/js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|