Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(464)

Side by Side Diff: LayoutTests/editing/spelling/design-mode-spellcheck-off-expected.txt

Issue 219073002: design-mode-spellcheck-off.html is always passing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: verify 'asd' (not 'asdf') since MockSpellCheck::misspelledWords[] contatins it Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « LayoutTests/editing/spelling/design-mode-spellcheck-off.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 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. 1 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'.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS internals.hasSpellingMarker(document, 0, 4) became false 6 PASS internals.hasSpellingMarker(document, 0, 3) became false
7 document.body.setAttribute("spellcheck", "true")
8 PASS internals.hasSpellingMarker(document, 0, 3) became different from false
7 PASS successfullyParsed is true 9 PASS successfullyParsed is true
8 10
9 TEST COMPLETE 11 TEST COMPLETE
10 asdf is misspelled. 12 asd is misspelled.
OLDNEW
« no previous file with comments | « LayoutTests/editing/spelling/design-mode-spellcheck-off.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698