1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PASS getComputedStyle(p1)["background-color"] is "rgb(255, 204, 204)"
PASS getComputedStyle(c1a)["background-color"] is "rgb(255, 204, 204)"
PASS getComputedStyle(c1b)["background-color"] is "rgb(255, 204, 204)"
PASS getComputedStyle(p2)["background-color"] is "rgb(204, 255, 255)"
PASS getComputedStyle(c2a)["background-color"] is "rgb(204, 255, 255)"
PASS getComputedStyle(c2b)["background-color"] is "rgb(204, 255, 255)"
PASS getComputedStyle(p1)["background-color"] is "rgb(204, 255, 255)"
PASS getComputedStyle(c1a)["background-color"] is "rgb(204, 255, 255)"
PASS getComputedStyle(c1b)["background-color"] is "rgb(204, 255, 255)"
PASS getComputedStyle(p2)["background-color"] is "rgb(255, 204, 204)"
PASS getComputedStyle(c2a)["background-color"] is "rgb(255, 204, 204)"
PASS getComputedStyle(c2b)["background-color"] is "rgb(255, 204, 204)"
PASS successfullyParsed is true
TEST COMPLETE
Some parent text. Some child text.
Some parent text. Some child text.
|