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

Unified Diff: LayoutTests/editing/spelling/spelling-attribute-change-expected.txt

Issue 190663014: Verify spellcheck attribute asynchronously (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: apply tony and groby comments Created 6 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/editing/spelling/spelling-attribute-at-child-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/spelling/spelling-attribute-change-expected.txt
diff --git a/LayoutTests/editing/spelling/spelling-attribute-change-expected.txt b/LayoutTests/editing/spelling/spelling-attribute-change-expected.txt
index f8eda2c4e555349a37ecbb7594f557694a34f67f..3e9954f269ecc51b77258d9101af52c56bce5566 100644
--- a/LayoutTests/editing/spelling/spelling-attribute-change-expected.txt
+++ b/LayoutTests/editing/spelling/spelling-attribute-change-expected.txt
@@ -1,45 +1,45 @@
-Tests if the spellchecker behavior change after the spellcheck attribute changed by the script.
+Tests if the spellchecker behaves correctly when the spellcheck attribute is being changed by the script.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS target.spellcheck is true
-PASS internals.hasSpellingMarker(document, 6, 2) is true
+PASS internals.hasSpellingMarker(document, 6, 2) became true
PASS target.spellcheck is false
-PASS internals.hasSpellingMarker(document, 6, 2) is false
+PASS internals.hasSpellingMarker(document, 6, 2) became false
PASS target.spellcheck is true
-PASS internals.hasSpellingMarker(document, 6, 2) is true
+PASS internals.hasSpellingMarker(document, 6, 2) became true
PASS target.spellcheck is false
-PASS internals.hasSpellingMarker(document, 6, 2) is false
+PASS internals.hasSpellingMarker(document, 6, 2) became false
PASS target.spellcheck is true
-PASS internals.hasSpellingMarker(document, 6, 2) is true
+PASS internals.hasSpellingMarker(document, 6, 2) became true
PASS target.spellcheck is false
-PASS internals.hasSpellingMarker(document, 6, 2) is false
+PASS internals.hasSpellingMarker(document, 6, 2) became false
PASS target.spellcheck is true
-PASS internals.hasSpellingMarker(document, 6, 2) is true
+PASS internals.hasSpellingMarker(document, 6, 2) became true
PASS target.spellcheck is false
-PASS internals.hasSpellingMarker(document, 6, 2) is false
+PASS internals.hasSpellingMarker(document, 6, 2) became false
PASS target.spellcheck is true
-PASS internals.hasSpellingMarker(document, 6, 2) is true
+PASS internals.hasSpellingMarker(document, 6, 2) became true
PASS target.spellcheck is false
-PASS internals.hasSpellingMarker(document, 6, 2) is false
+PASS internals.hasSpellingMarker(document, 6, 2) became false
PASS target.spellcheck is true
-PASS internals.hasSpellingMarker(document, 6, 2) is true
+PASS internals.hasSpellingMarker(document, 6, 2) became true
PASS target.spellcheck is false
-PASS internals.hasSpellingMarker(document, 6, 2) is false
+PASS internals.hasSpellingMarker(document, 6, 2) became false
PASS target.spellcheck is true
-PASS internals.hasSpellingMarker(document, 6, 2) is true
+PASS internals.hasSpellingMarker(document, 6, 2) became true
PASS target.spellcheck is false
-PASS internals.hasSpellingMarker(document, 6, 2) is false
+PASS internals.hasSpellingMarker(document, 6, 2) became false
PASS target.spellcheck is true
-PASS internals.hasSpellingMarker(document, 6, 2) is true
+PASS internals.hasSpellingMarker(document, 6, 2) became true
PASS target.spellcheck is false
-PASS internals.hasSpellingMarker(document, 6, 2) is false
+PASS internals.hasSpellingMarker(document, 6, 2) became false
PASS target.spellcheck is true
-PASS internals.hasSpellingMarker(document, 6, 2) is true
+PASS internals.hasSpellingMarker(document, 6, 2) became true
PASS target.spellcheck is false
-PASS internals.hasSpellingMarker(document, 6, 2) is false
+PASS internals.hasSpellingMarker(document, 6, 2) became false
PASS successfullyParsed is true
TEST COMPLETE
-
+Hello,zz Hello,zz Hello,zz Hello,zz Hello,zz Hello,zz 
« no previous file with comments | « LayoutTests/editing/spelling/spelling-attribute-at-child-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698