/home/clopez/webkit/webkit/layout-test-results/fast/media/mq-hover-styling-actual.txt
3
3
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
4
5
5
6
getComputedStyle(target)["color"] = rgb(
0
, 128
, 0)
7
getComputedStyle(target)["background-color"] = rgb(0, 0,
255
)
6
getComputedStyle(target)["color"] = rgb(
255
, 0
, 0)
7
getComputedStyle(target)["background-color"] = rgb(0, 0,
0
)
8
8
getComputedStyle(target)["width"] = 100px
9
getComputedStyle(target)["height"] = 10
0
px
9
getComputedStyle(target)["height"] = 10px
10
10
PASS successfullyParsed is true
11
11
12
12
TEST COMPLETE