/home/clopez/webkit/webkit/layout-test-results/fast/media/mq-hover-styling-actual.txt

33On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
44
55
6 getComputedStyle(target)["color"] = rgb(0, 128, 0)
7 getComputedStyle(target)["background-color"] = rgb(0, 0, 255)
 6getComputedStyle(target)["color"] = rgb(255, 0, 0)
 7getComputedStyle(target)["background-color"] = rgb(0, 0, 0)
88getComputedStyle(target)["width"] = 100px
9 getComputedStyle(target)["height"] = 100px
 9getComputedStyle(target)["height"] = 10px
1010PASS successfullyParsed is true
1111
1212TEST COMPLETE