blob: 7479a4b7c46a74e8e9eda9121353e0af6e3605f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PASS internals.updateStyleAndReturnAffectedElementCount() is 0
PASS internals.updateStyleAndReturnAffectedElementCount() is 6
PASS internals.updateStyleAndReturnAffectedElementCount() is 6
PASS internals.updateStyleAndReturnAffectedElementCount() is 6
PASS internals.updateStyleAndReturnAffectedElementCount() is 43
PASS getComputedStyle(document.querySelector('.foo')).color is "rgb(0, 0, 0)"
PASS getComputedStyle(document.querySelector('.baz')).color is "rgb(255, 0, 0)"
PASS getComputedStyle(document.querySelector('.bar')).color is "rgb(0, 0, 0)"
PASS internals.updateStyleAndReturnAffectedElementCount() is 59
PASS getComputedStyle(document.querySelector('.foo')).color is "rgb(255, 0, 0)"
PASS getComputedStyle(document.querySelector('.baz')).color is "rgb(255, 0, 0)"
PASS getComputedStyle(document.querySelector('.bar')).color is "rgb(0, 0, 0)"
PASS successfullyParsed is true
TEST COMPLETE
foo
foo
foo
bar
bar
bar
baz
baz
baz
|