OLD | NEW |
1 Use descendant invalidation sets for :valid and :invalid pseudo classes. | 1 Use descendant invalidation sets for :valid and :invalid pseudo classes. |
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 PASS getComputedStyle(inputValid, '').backgroundColor is transparent | 6 PASS getComputedStyle(inputValid, '').backgroundColor is transparent |
7 PASS internals.updateStyleAndReturnAffectedElementCount() is 1 | 7 PASS internals.updateStyleAndReturnAffectedElementCount() is 3 |
8 PASS getComputedStyle(inputValid, '').backgroundColor is green | 8 PASS getComputedStyle(inputValid, '').backgroundColor is green |
9 PASS getComputedStyle(inputInvalid, '').backgroundColor is transparent | 9 PASS getComputedStyle(inputInvalid, '').backgroundColor is transparent |
10 PASS internals.updateStyleAndReturnAffectedElementCount() is 1 | 10 PASS internals.updateStyleAndReturnAffectedElementCount() is 3 |
11 PASS getComputedStyle(inputInvalid, '').backgroundColor is green | 11 PASS getComputedStyle(inputInvalid, '').backgroundColor is green |
12 PASS getComputedStyle(formInvalid, '').backgroundColor is transparent | 12 PASS getComputedStyle(formInvalid, '').backgroundColor is transparent |
13 PASS internals.updateStyleAndReturnAffectedElementCount() is 2 | 13 PASS internals.updateStyleAndReturnAffectedElementCount() is 4 |
14 PASS getComputedStyle(formValid, '').backgroundColor is green | 14 PASS getComputedStyle(formValid, '').backgroundColor is green |
15 PASS getComputedStyle(formInvalid, '').backgroundColor is transparent | 15 PASS getComputedStyle(formInvalid, '').backgroundColor is transparent |
16 PASS internals.updateStyleAndReturnAffectedElementCount() is 2 | 16 PASS internals.updateStyleAndReturnAffectedElementCount() is 4 |
17 PASS getComputedStyle(formInvalid, '').backgroundColor is green | 17 PASS getComputedStyle(formInvalid, '').backgroundColor is green |
18 PASS successfullyParsed is true | 18 PASS successfullyParsed is true |
19 | 19 |
20 TEST COMPLETE | 20 TEST COMPLETE |
21 | 21 |
22 | 22 |
23 | 23 |
24 | 24 |
25 | 25 |
OLD | NEW |