| OLD | NEW |
| 1 Check if :valid/:invalid CSS pseudo selectors are lively applied for fieldsets | 1 Check if :valid/:invalid CSS pseudo selectors are lively applied for fieldsets |
| 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 Removing and adding required text inputs and modifying their value by a DOM tree
mutation: | 6 Removing and adding required text inputs and modifying their value by a DOM tree
mutation: |
| 7 PASS backgroundOf(fieldset1) is invalidColor | 7 PASS backgroundOf(fieldset1) is invalidColor |
| 8 PASS backgroundOf(sub1) is subInvalidColor | 8 PASS backgroundOf(sub1) is subInvalidColor |
| 9 PASS fieldset1.removeChild(input1); backgroundOf(fieldset1) is validColor | 9 PASS fieldset1.removeChild(input1); backgroundOf(fieldset1) is validColor |
| 10 PASS backgroundOf(sub1) is subValidColor | 10 PASS backgroundOf(sub1) is subValidColor |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 | 49 |
| 50 Ensure that invalid event was not triggered on style evaluation: | 50 Ensure that invalid event was not triggered on style evaluation: |
| 51 PASS backgroundOf(fieldset1) is invalidColor | 51 PASS backgroundOf(fieldset1) is invalidColor |
| 52 PASS val is "0" | 52 PASS val is "0" |
| 53 PASS input1.checkValidity(); val is "1" | 53 PASS input1.checkValidity(); val is "1" |
| 54 | 54 |
| 55 PASS successfullyParsed is true | 55 PASS successfullyParsed is true |
| 56 | 56 |
| 57 TEST COMPLETE | 57 TEST COMPLETE |
| 58 | 58 |
| OLD | NEW |