OLD | NEW |
1 PASS internals.updateStyleAndReturnAffectedElementCount() is 1 | 1 PASS internals.updateStyleAndLayoutAndReturnAffectedElementCount() is 1 |
2 PASS getComputedStyle(rootDiv).backgroundColor is "rgb(255, 0, 0)" | 2 PASS getComputedStyle(rootDiv).backgroundColor is "rgb(255, 0, 0)" |
3 PASS internals.updateStyleAndReturnAffectedElementCount() is 1 | 3 PASS internals.updateStyleAndLayoutAndReturnAffectedElementCount() is 1 |
4 PASS getComputedStyle(rootDiv).backgroundColor is "rgba(0, 0, 0, 0)" | 4 PASS getComputedStyle(rootDiv).backgroundColor is "rgba(0, 0, 0, 0)" |
5 PASS successfullyParsed is true | 5 PASS successfullyParsed is true |
6 | 6 |
7 TEST COMPLETE | 7 TEST COMPLETE |
8 | 8 |
OLD | NEW |