| OLD | NEW |
| 1 PASS internals.updateStyleAndReturnAffectedElementCount() is 8 | 1 PASS internals.updateStyleAndLayoutAndReturnAffectedElementCount() is 8 |
| 2 PASS internals.updateStyleAndReturnAffectedElementCount() is 10 | 2 PASS internals.updateStyleAndLayoutAndReturnAffectedElementCount() is 10 |
| 3 PASS getComputedStyle(document.querySelector('.foo')).color is "rgb(0, 0, 0)" | 3 PASS getComputedStyle(document.querySelector('.foo')).color is "rgb(0, 0, 0)" |
| 4 PASS getComputedStyle(document.querySelector('.baz')).color is "rgb(0, 0, 255)" | 4 PASS getComputedStyle(document.querySelector('.baz')).color is "rgb(0, 0, 255)" |
| 5 PASS getComputedStyle(document.querySelector('.bar')).color is "rgb(0, 0, 0)" | 5 PASS getComputedStyle(document.querySelector('.bar')).color is "rgb(0, 0, 0)" |
| 6 PASS successfullyParsed is true | 6 PASS successfullyParsed is true |
| 7 | 7 |
| 8 TEST COMPLETE | 8 TEST COMPLETE |
| 9 foo | 9 foo |
| 10 foo | 10 foo |
| 11 foo | 11 foo |
| 12 bar | 12 bar |
| 13 bar | 13 bar |
| 14 bar | 14 bar |
| 15 baz | 15 baz |
| 16 baz | 16 baz |
| 17 baz | 17 baz |
| OLD | NEW |