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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/ValidityState-customError-expected.txt

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 Created 3 years, 7 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
1 This test checks validity.customError. 1 This test checks validity.customError.
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 Set some value for customError. 6 Set some value for customError.
7 PASS customErrorFor("fieldset-set") is false 7 PASS customErrorFor("fieldset-set") is false
8 PASS customErrorFor("button-set") is true 8 PASS customErrorFor("button-set") is true
9 PASS customErrorFor("button-button-set") is false 9 PASS customErrorFor("button-button-set") is false
10 PASS customErrorFor("button-reset-set") is false 10 PASS customErrorFor("button-reset-set") is false
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 PASS customErrorFor("button-button-many-changes") is false 75 PASS customErrorFor("button-button-many-changes") is false
76 PASS customErrorFor("button-reset-many-changes") is false 76 PASS customErrorFor("button-reset-many-changes") is false
77 PASS customErrorFor("select-many-changes") is true 77 PASS customErrorFor("select-many-changes") is true
78 PASS customErrorFor("textarea-many-changes") is true 78 PASS customErrorFor("textarea-many-changes") is true
79 PASS customErrorFor("input-many-changes") is true 79 PASS customErrorFor("input-many-changes") is true
80 PASS customErrorFor("input-submit-many-changes") is true 80 PASS customErrorFor("input-submit-many-changes") is true
81 81
82 PASS successfullyParsed is true 82 PASS successfullyParsed is true
83 83
84 TEST COMPLETE 84 TEST COMPLETE
85 85
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698