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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/radio/radio-indeterminate-pseudo-class-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 tests :indeterminate pseudo class matches when there is no checked radio bu tton in a radio button group. 1 This tests :indeterminate pseudo class matches when there is no checked radio bu tton in a radio button group.
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 If a name isn't specified, it is in its own radio group. 6 If a name isn't specified, it is in its own radio group.
7 PASS r1_1.matches(":indeterminate") is true 7 PASS r1_1.matches(":indeterminate") is true
8 Setting indeterminate property shouldn't affect radio buttons. 8 Setting indeterminate property shouldn't affect radio buttons.
9 PASS r1_1.matches(":indeterminate") is true 9 PASS r1_1.matches(":indeterminate") is true
10 PASS r1_1.matches(":indeterminate") is false 10 PASS r1_1.matches(":indeterminate") is false
(...skipping 17 matching lines...) Expand all
28 PASS r4_2.matches(":indeterminate") is true 28 PASS r4_2.matches(":indeterminate") is true
29 PASS r3_1.matches(":indeterminate") is false 29 PASS r3_1.matches(":indeterminate") is false
30 PASS r4_1.matches(":indeterminate") is false 30 PASS r4_1.matches(":indeterminate") is false
31 PASS r4_2.matches(":indeterminate") is false 31 PASS r4_2.matches(":indeterminate") is false
32 PASS r3_1.matches(":indeterminate") is false 32 PASS r3_1.matches(":indeterminate") is false
33 PASS r4_1.matches(":indeterminate") is true 33 PASS r4_1.matches(":indeterminate") is true
34 PASS r4_2.matches(":indeterminate") is true 34 PASS r4_2.matches(":indeterminate") is true
35 PASS successfullyParsed is true 35 PASS successfullyParsed is true
36 36
37 TEST COMPLETE 37 TEST COMPLETE
38 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698