OLD | NEW |
1 This test performs a check that :valid/:invalid CSS psudo selectors are lively a
pplied. | 1 This test performs a check that :valid/:invalid CSS psudo selectors are lively a
pplied. |
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 Check the initial state: | 6 Check the initial state: |
7 PASS backgroundOf(el) is invalidColor | 7 PASS backgroundOf(el) is invalidColor |
8 Change name: | 8 Change name: |
9 PASS backgroundOf(el) is invalidColor | 9 PASS backgroundOf(el) is invalidColor |
10 PASS backgroundOf(el) is invalidColor | 10 PASS backgroundOf(el) is invalidColor |
11 Change disabled: | 11 Change disabled: |
12 PASS backgroundOf(el) is disabledColor | 12 PASS backgroundOf(el) is disabledColor |
13 PASS backgroundOf(el) is invalidColor | 13 PASS backgroundOf(el) is invalidColor |
14 Inside/outside of a form: | 14 Inside/outside of a form: |
15 PASS backgroundOf(el) is invalidColor | 15 PASS backgroundOf(el) is invalidColor |
16 PASS backgroundOf(el) is invalidColor | 16 PASS backgroundOf(el) is invalidColor |
17 Change the values of select elements without explicit initializing values by cli
cking: | 17 Change the values of select elements without explicit initializing values by cli
cking: |
18 PASS backgroundOf("select-multiple") is validColor | 18 PASS backgroundOf("select-multiple") is validColor |
19 PASS backgroundOf("multiple-empty") is transparentColor | |
20 PASS backgroundOf("select-size4") is validColor | 19 PASS backgroundOf("select-size4") is validColor |
21 PASS backgroundOf("size4-empty") is transparentColor | |
22 Change the value with a placeholder label option: | 20 Change the value with a placeholder label option: |
23 PASS backgroundOf(el) is validColor | 21 PASS backgroundOf(el) is validColor |
24 PASS backgroundOf(el) is invalidColor | 22 PASS backgroundOf(el) is invalidColor |
25 Change the value without a placeholder label option: | 23 Change the value without a placeholder label option: |
26 PASS backgroundOf(el) is validColor | 24 PASS backgroundOf(el) is validColor |
27 PASS backgroundOf(el) is validColor | 25 PASS backgroundOf(el) is validColor |
28 Insert/remove options: | 26 Insert/remove options: |
29 PASS backgroundOf(el) is invalidColor | 27 PASS backgroundOf(el) is invalidColor |
30 PASS backgroundOf(el) is validColor | 28 PASS backgroundOf(el) is validColor |
31 PASS backgroundOf(el) is invalidColor | 29 PASS backgroundOf(el) is invalidColor |
(...skipping 14 matching lines...) Expand all Loading... |
46 PASS backgroundOf(el) is validColor | 44 PASS backgroundOf(el) is validColor |
47 PASS backgroundOf(el) is invalidColor | 45 PASS backgroundOf(el) is invalidColor |
48 Change required: | 46 Change required: |
49 PASS backgroundOf(el) is validColor | 47 PASS backgroundOf(el) is validColor |
50 PASS backgroundOf(el) is invalidColor | 48 PASS backgroundOf(el) is invalidColor |
51 PASS successfullyParsed is true | 49 PASS successfullyParsed is true |
52 | 50 |
53 TEST COMPLETE | 51 TEST COMPLETE |
54 | 52 |
55 | 53 |
OLD | NEW |