blob: 55d92c3affaca704c6785cb3845460bf1d4a4bdc [file] [log] [blame]
Test the hover media feature to guard style rules.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
getComputedStyle(target)["color"] = rgb(0, 128, 0)
getComputedStyle(target)["background-color"] = rgb(0, 0, 255)
getComputedStyle(target)["width"] = 100px
getComputedStyle(target)["height"] = 100px
PASS successfullyParsed is true
TEST COMPLETE