| Index: LayoutTests/editing/spelling/design-mode-spellcheck-off-expected.txt
|
| diff --git a/LayoutTests/editing/spelling/design-mode-spellcheck-off-expected.txt b/LayoutTests/editing/spelling/design-mode-spellcheck-off-expected.txt
|
| index 8c0fd81e982cf3f840dd0aa3e0dbe16b27e02ea6..51253b8bef807401548efb3bc3ac91492a5061f5 100644
|
| --- a/LayoutTests/editing/spelling/design-mode-spellcheck-off-expected.txt
|
| +++ b/LayoutTests/editing/spelling/design-mode-spellcheck-off-expected.txt
|
| @@ -1,10 +1,12 @@
|
| -This tests whether WebKit does not spell check in 'designMode' when spellcheck='false'. To test manually, click 'asdf' above. There should be no spelling marker for 'asdf' after the click.
|
| +This tests whether WebKit does not spell check in 'designMode' when spellcheck='false'. To test manually, click 'asd' and move cursor until '.'. There should be no spelling marker for 'asd'.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS internals.hasSpellingMarker(document, 0, 4) became false
|
| +PASS internals.hasSpellingMarker(document, 0, 3) became false
|
| +document.body.setAttribute("spellcheck", "true")
|
| +PASS internals.hasSpellingMarker(document, 0, 3) became different from false
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
| -asdf is misspelled.
|
| +asd is misspelled.
|
|
|