OLD | NEW |
1 Use descendant invalidation sets for :required and :optional pseudo classes. | 1 Use descendant invalidation sets for :required and :optional 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(inputOptional, '').backgroundColor is transparent | 6 PASS getComputedStyle(inputOptional, '').backgroundColor is transparent |
7 PASS internals.updateStyleAndReturnAffectedElementCount() is 1 | 7 PASS internals.updateStyleAndReturnAffectedElementCount() is 3 |
8 PASS getComputedStyle(inputOptional, '').backgroundColor is green | 8 PASS getComputedStyle(inputOptional, '').backgroundColor is green |
9 PASS getComputedStyle(inputRequired, '').backgroundColor is transparent | 9 PASS getComputedStyle(inputRequired, '').backgroundColor is transparent |
10 PASS internals.updateStyleAndReturnAffectedElementCount() is 1 | 10 PASS internals.updateStyleAndReturnAffectedElementCount() is 3 |
11 PASS getComputedStyle(inputRequired, '').backgroundColor is green | 11 PASS getComputedStyle(inputRequired, '').backgroundColor is green |
12 PASS successfullyParsed is true | 12 PASS successfullyParsed is true |
13 | 13 |
14 TEST COMPLETE | 14 TEST COMPLETE |
15 | 15 |
16 | 16 |
17 | 17 |
OLD | NEW |