/css/css-color/parsing/color-valid-hsl.html| status | subtest | message |
|---|---|---|
| PASS | e.style['color'] = "hsl(120 30% 50%)" should set the property value | |
| PASS | e.style['color'] = "hsl(120 30% 50% / 0.5)" should set the property value | |
| PASS | e.style['color'] = "hsl(none none none)" should set the property value | |
| PASS | e.style['color'] = "hsl(0 0% 0%)" should set the property value | |
| PASS | e.style['color'] = "hsl(none none none / none)" should set the property value | |
| PASS | e.style['color'] = "hsl(0 0% 0% / 0)" should set the property value | |
| PASS | e.style['color'] = "hsla(none none none)" should set the property value | |
| PASS | e.style['color'] = "hsla(0 0% 0%)" should set the property value | |
| PASS | e.style['color'] = "hsla(none none none / none)" should set the property value | |
| PASS | e.style['color'] = "hsla(0 0% 0% / 0)" should set the property value | |
| PASS | e.style['color'] = "hsl(120 none none)" should set the property value | |
| PASS | e.style['color'] = "hsl(120 0% 0%)" should set the property value | |
| PASS | e.style['color'] = "hsl(120 80% none)" should set the property value | |
| PASS | e.style['color'] = "hsl(120 80% 0%)" should set the property value | |
| PASS | e.style['color'] = "hsl(120 none 50%)" should set the property value | |
| PASS | e.style['color'] = "hsl(120 0% 50%)" should set the property value | |
| PASS | e.style['color'] = "hsl(120 100% 50% / none)" should set the property value | |
| PASS | e.style['color'] = "hsl(120 100% 50% / 0)" should set the property value | |
| PASS | e.style['color'] = "hsl(none 100% 50%)" should set the property value | |
| PASS | e.style['color'] = "hsl(0 100% 50%)" should set the property value | |
| PASS | e.style['color'] = "hsl(120 30 50)" should set the property value | |
| PASS | e.style['color'] = "hsl(120 30 50 / 0.5)" should set the property value | |
| PASS | e.style['color'] = "hsl(120 30% 50)" should set the property value | |
| PASS | e.style['color'] = "hsl(120 30% 50 / 0.5)" should set the property value | |
| PASS | e.style['color'] = "hsl(120 30 50%)" should set the property value | |
| PASS | e.style['color'] = "hsl(120 30 50% / 0.5)" should set the property value | |
| PASS | e.style['color'] = "hsl(120 none 50)" should set the property value | |
| PASS | e.style['color'] = "hsl(120 none 50 / 0.5)" should set the property value | |
| PASS | e.style['color'] = "hsl(120 30 none)" should set the property value | |
| PASS | e.style['color'] = "hsl(120 30 none / 0.5)" should set the property value | |
| PASS | e.style['color'] = "hsl(120 30 50 / none)" should set the property value | |
| PASS | e.style['color'] = "hsl(0 -50% 40%)" should set the property value | |
| PASS | e.style['color'] = "hsl(30 -50% 60)" should set the property value | |
| PASS | e.style['color'] = "hsl(0 -50 40%)" should set the property value | |
| PASS | e.style['color'] = "hsl(30 -50 60)" should set the property value | |
| PASS | e.style['color'] = "hsl(calc(infinity) 100% 50%)" should set the property value | |
| PASS | e.style['color'] = "hsl(calc(-infinity) 100% 50%)" should set the property value | |
| PASS | e.style['color'] = "hsl(calc(0 / 0) 100% 50%)" should set the property value | |
| PASS | e.style['color'] = "hsl(90 50% 50% / calc(infinity))" should set the property value | |
| PASS | e.style['color'] = "hsl(90 50% 50% / calc(-infinity))" should set the property value | |
| PASS | e.style['color'] = "hsl(90 50% 50% / calc(0 / 0))" should set the property value | |
| FAIL | e.style['color'] = "hsl(calc(50deg + (sign(1em - 10px) * 10deg)), 0%, 0%, 50%)" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['color'] = "hsla(calc(50deg + (sign(1em - 10px) * 10deg)), 0%, 0%, 50%)" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['color'] = "hsl(calc(50 + (sign(1em - 10px) * 10)), 0%, 0%, 50%)" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['color'] = "hsla(calc(50 + (sign(1em - 10px) * 10)), 0%, 0%, 50%)" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['color'] = "hsl(0deg, 0%, 0%, calc(50% + (sign(1em - 10px) * 10%)))" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['color'] = "hsla(0deg, 0%, 0%, calc(50% + (sign(1em - 10px) * 10%)))" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['color'] = "hsl(0, 0%, 0%, calc(50% + (sign(1em - 10px) * 10%)))" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['color'] = "hsla(0, 0%, 0%, calc(50% + (sign(1em - 10px) * 10%)))" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['color'] = "hsl(calc(50deg + (sign(1em - 10px) * 10deg)) 0% 0% / 50%)" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['color'] = "hsla(calc(50deg + (sign(1em - 10px) * 10deg)) 0% 0% / 50%)" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['color'] = "hsl(calc(50 + (sign(1em - 10px) * 10)) 0 0 / 0.5)" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['color'] = "hsla(calc(50 + (sign(1em - 10px) * 10)) 0 0 / 0.5)" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['color'] = "hsl(0deg 0% 0% / calc(50% + (sign(1em - 10px) * 10%)))" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['color'] = "hsla(0deg 0% 0% / calc(50% + (sign(1em - 10px) * 10%)))" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['color'] = "hsl(0 0 0 / calc(0.75 + (sign(1em - 10px) * 0.1)))" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['color'] = "hsla(0 0 0 / calc(0.75 + (sign(1em - 10px) * 0.1)))" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['color'] = "hsla(calc(50deg + (sign(1em - 10px) * 10deg)) -100 300 / 0.5)" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['color'] = "hsla(calc(50deg + (sign(1em - 10px) * 10deg)) -100% 300% / 0.5)" should set the property value | assert_not_equals: property should be set got disallowed value "" |
bundle built 2026-07-16T07:16:48.063Z