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

Unified Diff: LayoutTests/editing/spelling/spellcheck-disable-enable-expected.txt

Issue 21130005: Trigger spell check/remove markers if spell checker gets enabled/disabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 5 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
Index: LayoutTests/editing/spelling/spellcheck-disable-enable-expected.txt
diff --git a/LayoutTests/editing/spelling/spellcheck-disable-enable-expected.txt b/LayoutTests/editing/spelling/spellcheck-disable-enable-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0a3f70d5a5163df1e0695cf1c035f0d2c6c23fd9
--- /dev/null
+++ b/LayoutTests/editing/spelling/spellcheck-disable-enable-expected.txt
@@ -0,0 +1,12 @@
+Spell check markers should be removed when disabling spell checker but they should be restored if spell checker gets enabled and an editable is focused.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS internals.markerCountForNode(node, "spelling") is 1
+PASS internals.markerCountForNode(node, "spelling") is 0
+PASS internals.markerCountForNode(node, "spelling") is 1
+PASS successfullyParsed is true
+
+TEST COMPLETE
+zz.

Powered by Google App Engine
This is Rietveld 408576698