diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/editing/spelling/move-cursor-to-misspelled-word.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/editing/spelling/move-cursor-to-misspelled-word.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/move-cursor-to-misspelled-word.html b/third_party/WebKit/LayoutTests/editing/spelling/move-cursor-to-misspelled-word.html index 25c1193..584c4c9 100644 --- a/third_party/WebKit/LayoutTests/editing/spelling/move-cursor-to-misspelled-word.html +++ b/third_party/WebKit/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> |