1 PASS internals.updateStyleAndReturnAffectedElementCount() is 0
2 PASS internals.updateStyleAndReturnAffectedElementCount() is 6
3 PASS internals.updateStyleAndReturnAffectedElementCount() is 6
4 PASS internals.updateStyleAndReturnAffectedElementCount() is 6
5 PASS internals.updateStyleAndReturnAffectedElementCount() is 43
6 PASS getComputedStyle(document.querySelector('.foo')).color is "rgb(0, 0, 0)"
7 PASS getComputedStyle(document.querySelector('.baz')).color is "rgb(255, 0, 0)"
8 PASS getComputedStyle(document.querySelector('.bar')).color is "rgb(0, 0, 0)"
9 PASS internals.updateStyleAndReturnAffectedElementCount() is 59
10 PASS getComputedStyle(document.querySelector('.foo')).color is "rgb(255, 0, 0)"
11 PASS getComputedStyle(document.querySelector('.baz')).color is "rgb(255, 0, 0)"
12 PASS getComputedStyle(document.querySelector('.bar')).color is "rgb(0, 0, 0)"
13 PASS successfullyParsed is true