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

Side by Side Diff: LayoutTests/fast/forms/radio/radio-indeterminate-pseudo-class-expected.txt

Issue 394433002: Add :indeterminate pseudo class support for radio button input (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 This tests :indeterminate pseudo class matches when there is no checked radio bu tton in a radio button group.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 If a name isn't specified, it is in its own radio group.
7 PASS r1_1.matches(":indeterminate") is true
8 Setting indeterminate property shouldn't affect radio buttons.
9 PASS r1_1.matches(":indeterminate") is true
10 PASS r1_1.matches(":indeterminate") is false
11 PASS r1_1.matches(":indeterminate") is false
12 Changing checked should affect the matching of other buttons within the radio gr oup.
13 PASS r2_1.matches(":indeterminate") is true
14 PASS r2_2.matches(":indeterminate") is true
15 PASS r2_3.matches(":indeterminate") is true
16 PASS r2_1.matches(":indeterminate") is false
17 PASS r2_2.matches(":indeterminate") is false
18 PASS r2_3.matches(":indeterminate") is false
19 PASS r2_1.matches(":indeterminate") is false
20 PASS r2_2.matches(":indeterminate") is false
21 PASS r2_3.matches(":indeterminate") is false
22 PASS r2_1.matches(":indeterminate") is true
23 PASS r2_2.matches(":indeterminate") is true
24 PASS r2_3.matches(":indeterminate") is true
25 Adding/removing a button from a group should affect the matching.
26 PASS r3_1.matches(":indeterminate") is false
27 PASS r4_1.matches(":indeterminate") is true
28 PASS r4_2.matches(":indeterminate") is true
29 PASS r3_1.matches(":indeterminate") is false
30 PASS r4_1.matches(":indeterminate") is false
31 PASS r4_2.matches(":indeterminate") is false
32 PASS r3_1.matches(":indeterminate") is false
33 PASS r4_1.matches(":indeterminate") is true
34 PASS r4_2.matches(":indeterminate") is true
35 PASS successfullyParsed is true
36
37 TEST COMPLETE
38
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/radio/radio-indeterminate-pseudo-class.html ('k') | Source/core/html/HTMLInputElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698