blob: 9005a28825dcb830698841f2f31c5d65a4566193 [file] [log] [blame]
Test that background-color is non-inherit and currentColor is handled correctly.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS getComputedStyle(test1).backgroundColor is "rgb(0, 128, 0)"
PASS getComputedStyle(test2).backgroundColor is "rgb(0, 128, 0)"
PASS getComputedStyle(test3).backgroundColor is "rgb(0, 128, 0)"
PASS successfullyParsed is true
TEST COMPLETE