| OLD | NEW |
| 1 Use invalidation sets for :unresolved pseudo class. | 1 Use invalidation sets for :unresolved pseudo class. |
| 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(child).backgroundColor is red | 6 PASS getComputedStyle(child).backgroundColor is red |
| 7 PASS getComputedStyle(sibling).backgroundColor is red | 7 PASS getComputedStyle(sibling).backgroundColor is red |
| 8 PASS internals.updateStyleAndReturnAffectedElementCount() is 1 | 8 PASS internals.updateStyleAndLayoutAndReturnAffectedElementCount() is 1 |
| 9 PASS getComputedStyle(child).backgroundColor is green | 9 PASS getComputedStyle(child).backgroundColor is green |
| 10 PASS internals.updateStyleAndReturnAffectedElementCount() is 1 | 10 PASS internals.updateStyleAndLayoutAndReturnAffectedElementCount() is 1 |
| 11 PASS getComputedStyle(sibling).backgroundColor is green | 11 PASS getComputedStyle(sibling).backgroundColor is green |
| 12 PASS successfullyParsed is true | 12 PASS successfullyParsed is true |
| 13 | 13 |
| 14 TEST COMPLETE | 14 TEST COMPLETE |
| 15 | 15 |
| OLD | NEW |