blob: 920f1f35933a4926919633d3b3ddd233de2ab7ba [file] [log] [blame]
Tests that CSS3 calc() can be used with the hsl() and hsla() functions
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS getComputedStyle(document.getElementById("simple"), null).color is "rgb(31, 223, 31)"
PASS getComputedStyle(document.getElementById("alpha"), null).color is "rgba(31, 223, 31, 0.701961)"
PASS successfullyParsed is true
TEST COMPLETE