OLD | NEW |
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 Loading... |
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 |
OLD | NEW |