blob: 26dce9c5b1564ecf0983f80d851347e3cae8eb94 [file] [log] [blame]
Test that outline-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).outlineColor is "rgb(0, 128, 0)"
PASS getComputedStyle(test2).outlineColor is "rgb(0, 128, 0)"
PASS getComputedStyle(test3).outlineColor is "rgb(0, 128, 0)"
PASS successfullyParsed is true
TEST COMPLETE