| 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 Chheck the initial state: | 6 Chheck 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 |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 PASS backgroundOf(el) is invalidColor | 28 PASS backgroundOf(el) is invalidColor |
| 29 Change maxlength: | 29 Change maxlength: |
| 30 PASS backgroundOf(el) is validColor | 30 PASS backgroundOf(el) is validColor |
| 31 PASS backgroundOf(el) is invalidColor | 31 PASS backgroundOf(el) is invalidColor |
| 32 PASS backgroundOf(el) is validColor | 32 PASS backgroundOf(el) is validColor |
| 33 PASS successfullyParsed is true | 33 PASS successfullyParsed is true |
| 34 | 34 |
| 35 TEST COMPLETE | 35 TEST COMPLETE |
| 36 | 36 |
| 37 | 37 |
| OLD | NEW |