| 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 aaa2a83a3574a237863d6fbc7d1572be60149672..8c0fd81e982cf3f840dd0aa3e0dbe16b27e02ea6 100644
|
| --- a/LayoutTests/editing/spelling/design-mode-spellcheck-off-expected.txt
|
| +++ b/LayoutTests/editing/spelling/design-mode-spellcheck-off-expected.txt
|
| @@ -1,4 +1,10 @@
|
| -asdf is misspelled.
|
| -To test this 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 'asdf' above. There should be no spelling marker for 'asdf' after the click.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
|
|
| -PASS
|
| +PASS internals.hasSpellingMarker(document, 0, 4) became false
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +asdf is misspelled.
|
|
|