| OLD | NEW |
| 1 Tests to ensure that updating the select rule in projection causes style recalc. | 1 Tests to ensure that updating the select rule in projection causes style recalc. |
| 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 | 6 |
| 7 | 7 |
| 8 | 8 |
| 9 | 9 |
| 10 | 10 |
| 11 PASS getColorProperty("div-child") is "rgb(0, 0, 255)" | 11 PASS getColorProperty("div-child") is "rgb(0, 0, 255)" |
| 12 PASS getColorProperty("span-child") is "rgb(255, 0, 0)" | 12 PASS getColorProperty("span-child") is "rgb(0, 0, 0)" |
| 13 PASS getColorProperty("div-child") is "rgb(255, 0, 0)" | 13 PASS getColorProperty("div-child") is "rgb(0, 0, 0)" |
| 14 PASS getColorProperty("span-child") is "rgb(0, 0, 255)" | 14 PASS getColorProperty("span-child") is "rgb(0, 0, 255)" |
| 15 | 15 |
| 16 | 16 |
| 17 | 17 |
| 18 PASS successfullyParsed is true | 18 PASS successfullyParsed is true |
| 19 | 19 |
| 20 TEST COMPLETE | 20 TEST COMPLETE |
| 21 | 21 |
| OLD | NEW |