| OLD | NEW |
| 1 Check that targeted class invalidation works for type selectors. | 1 Check that targeted class invalidation works for type selectors. |
| 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(children[0][0], null).backgroundColor is transparent | 6 PASS getComputedStyle(children[0][0], null).backgroundColor is transparent |
| 7 PASS getComputedStyle(children[0][1], null).backgroundColor is transparent | 7 PASS getComputedStyle(children[0][1], null).backgroundColor is transparent |
| 8 PASS getComputedStyle(children[0][2], null).backgroundColor is transparent | 8 PASS getComputedStyle(children[0][2], null).backgroundColor is transparent |
| 9 PASS getComputedStyle(children[0][3], null).backgroundColor is transparent | 9 PASS getComputedStyle(children[0][3], null).backgroundColor is transparent |
| 10 PASS getComputedStyle(children[1][0], null).backgroundColor is transparent | 10 PASS getComputedStyle(children[1][0], null).backgroundColor is transparent |
| 11 PASS getComputedStyle(children[1][1], null).backgroundColor is transparent | 11 PASS getComputedStyle(children[1][1], null).backgroundColor is transparent |
| 12 PASS getComputedStyle(children[1][2], null).backgroundColor is transparent | 12 PASS getComputedStyle(children[1][2], null).backgroundColor is transparent |
| 13 PASS getComputedStyle(children[1][3], null).backgroundColor is transparent | 13 PASS getComputedStyle(children[1][3], null).backgroundColor is transparent |
| 14 PASS getComputedStyle(children[2][0], null).backgroundColor is transparent | 14 PASS getComputedStyle(children[2][0], null).backgroundColor is transparent |
| 15 PASS getComputedStyle(children[2][1], null).backgroundColor is transparent | 15 PASS getComputedStyle(children[2][1], null).backgroundColor is transparent |
| 16 PASS getComputedStyle(children[2][2], null).backgroundColor is transparent | 16 PASS getComputedStyle(children[2][2], null).backgroundColor is transparent |
| 17 PASS getComputedStyle(children[2][3], null).backgroundColor is transparent | 17 PASS getComputedStyle(children[2][3], null).backgroundColor is transparent |
| 18 PASS internals.updateStyleAndReturnAffectedElementCount() is 3 | 18 PASS internals.updateStyleAndReturnAffectedElementCount() is 3 |
| 19 PASS getComputedStyle(children[0][0], null).backgroundColor is green | 19 PASS getComputedStyle(children[0][0], null).backgroundColor is green |
| 20 PASS getComputedStyle(children[0][1], null).backgroundColor is green | 20 PASS getComputedStyle(children[0][1], null).backgroundColor is green |
| 21 PASS getComputedStyle(children[0][2], null).backgroundColor is transparent | 21 PASS getComputedStyle(children[0][2], null).backgroundColor is transparent |
| 22 PASS getComputedStyle(children[0][3], null).backgroundColor is transparent | 22 PASS getComputedStyle(children[0][3], null).backgroundColor is transparent |
| 23 PASS internals.updateStyleAndReturnAffectedElementCount() is 5 | 23 PASS internals.updateStyleAndReturnAffectedElementCount() is 3 |
| 24 PASS getComputedStyle(children[1][0], null).backgroundColor is transparent | 24 PASS getComputedStyle(children[1][0], null).backgroundColor is transparent |
| 25 PASS getComputedStyle(children[1][1], null).backgroundColor is transparent | 25 PASS getComputedStyle(children[1][1], null).backgroundColor is transparent |
| 26 PASS getComputedStyle(children[1][2], null).backgroundColor is green | 26 PASS getComputedStyle(children[1][2], null).backgroundColor is green |
| 27 PASS getComputedStyle(children[1][3], null).backgroundColor is transparent | 27 PASS getComputedStyle(children[1][3], null).backgroundColor is transparent |
| 28 PASS internals.updateStyleAndReturnAffectedElementCount() is 5 | 28 PASS internals.updateStyleAndReturnAffectedElementCount() is 5 |
| 29 PASS getComputedStyle(children[2][0], null).backgroundColor is green | 29 PASS getComputedStyle(children[2][0], null).backgroundColor is green |
| 30 PASS getComputedStyle(children[2][1], null).backgroundColor is green | 30 PASS getComputedStyle(children[2][1], null).backgroundColor is green |
| 31 PASS getComputedStyle(children[2][2], null).backgroundColor is green | 31 PASS getComputedStyle(children[2][2], null).backgroundColor is green |
| 32 PASS getComputedStyle(children[2][3], null).backgroundColor is green | 32 PASS getComputedStyle(children[2][3], null).backgroundColor is green |
| 33 PASS successfullyParsed is true | 33 PASS successfullyParsed is true |
| 34 | 34 |
| 35 TEST COMPLETE | 35 TEST COMPLETE |
| 36 | 36 |
| OLD | NEW |