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

Unified Diff: third_party/WebKit/LayoutTests/editing/spelling/spellcheck-attribute-settings-default-expected.txt

Issue 2316303006: Make default spellchecking behavior in html elements configurable via WebSettings. (Closed)
Patch Set: remove setting of spellcheck default in render_view_impl Created 4 years, 3 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: third_party/WebKit/LayoutTests/editing/spelling/spellcheck-attribute-settings-default-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-attribute-settings-default-expected.txt b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-attribute-settings-default-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..802dba7c83fd90b31768b6862e3e52ae5ebaca61
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-attribute-settings-default-expected.txt
@@ -0,0 +1,29 @@
+This tests that the spellcheck default value is as specified in internal blink settings. This allows embedders to specify spellchecking behavior when the spellcheck attribute is not explicitly set.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+id=test1_1 type=text spellcheck=true enabled_by_default=true
+PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
+id=test1_2 type=text spellcheck=true enabled_by_default=true
+PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
+id=test1_3 type=text spellcheck=false enabled_by_default=true
+PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
+id=test1_4 type=text spellcheck=true enabled_by_default=true
+PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
+id=test1_5 type=text spellcheck=true enabled_by_default=true
+PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
+id=test1_1 type=text spellcheck=false enabled_by_default=false
+PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
+id=test1_2 type=text spellcheck=true enabled_by_default=false
+PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
+id=test1_3 type=text spellcheck=false enabled_by_default=false
+PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
+id=test1_4 type=text spellcheck=false enabled_by_default=false
+PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
+id=test1_5 type=text spellcheck=true enabled_by_default=false
+PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698