| Index: LayoutTests/editing/spelling/move-cursor-to-misspelled-word.html
|
| diff --git a/LayoutTests/editing/spelling/move-cursor-to-misspelled-word.html b/LayoutTests/editing/spelling/move-cursor-to-misspelled-word.html
|
| index 25c11937ca28266a2319f9a1ac5ea98dfed5f47c..584c4c90551d0f721bee959dd8956b00309da771 100644
|
| --- a/LayoutTests/editing/spelling/move-cursor-to-misspelled-word.html
|
| +++ b/LayoutTests/editing/spelling/move-cursor-to-misspelled-word.html
|
| @@ -21,6 +21,5 @@ document.execCommand("InsertText", false, ' ');
|
| window.getSelection().modify('move', 'backward', 'character');
|
| shouldBecomeEqual('internals.hasSpellingMarker(document, 0, 2)', 'true', finishJSTest);
|
| </script>
|
| -<script src="../../fast/js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|