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

Side by Side 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, 2 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
OLDNEW
(Empty)
1 This tests that the spellcheck default value is as specified in internal blink s ettings. This allows embedders to specify spellchecking behavior when the spellc heck attribute is not explicitly set.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 id=test1_1 type=text spellcheck=true enabled_by_default=true
7 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
8 id=test1_2 type=text spellcheck=true enabled_by_default=true
9 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
10 id=test1_3 type=text spellcheck=false enabled_by_default=true
11 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
12 id=test1_4 type=text spellcheck=true enabled_by_default=true
13 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
14 id=test1_5 type=text spellcheck=true enabled_by_default=true
15 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
16 id=test1_1 type=text spellcheck=false enabled_by_default=false
17 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
18 id=test1_2 type=text spellcheck=true enabled_by_default=false
19 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
20 id=test1_3 type=text spellcheck=false enabled_by_default=false
21 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
22 id=test1_4 type=text spellcheck=false enabled_by_default=false
23 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
24 id=test1_5 type=text spellcheck=true enabled_by_default=false
25 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked
26 PASS successfullyParsed is true
27
28 TEST COMPLETE
29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698