Source code
Revision control
Copy as Markdown
Other Tools
[palette-mix-valid.html]
[e.style['font-palette'\] = "palette-mix( light 30%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in oklab, light 30%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in oklab, 30% light, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in oklab, light 30%, light)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in oklab, light 30%, normal)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in oklab, --foo 30%, normal)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in oklab, 30% --foo, normal)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb-linear, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in display-p3, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in display-p3-linear, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in a98-rgb, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in prophoto-rgb, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in rec2020, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in lab, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in xyz, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in xyz-d50, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in xyz-d65, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in hsl, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in hsl shorter hue, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in hsl longer hue, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in hsl increasing hue, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in hsl decreasing hue, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in hwb, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in hwb shorter hue, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in hwb longer hue, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in hwb increasing hue, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in hwb decreasing hue, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in lch, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in lch shorter hue, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in lch longer hue, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in lch increasing hue, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in lch decreasing hue, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in oklch, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in oklch shorter hue, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in oklch longer hue, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in oklch increasing hue, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in oklch decreasing hue, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(palette-mix(in srgb, light 30%, normal) 20%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(palette-mix(in srgb, light 30%, normal) 30%, palette-mix(in srgb, --foo 30%, dark))" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, light 50%, dark 50%)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, light 10%, dark 90%)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, light 50%, dark 40%)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, light 40%, dark 50%)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, light 30%, dark 40%)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, light 75%, dark 75%)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, light 0% , dark 0%)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, light calc(10%), dark 50%)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, light 50%, dark calc(10%))" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, light calc(10%), dark calc(90%))" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, light 50%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, light 10%, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, light calc(50%), dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, light, dark 50%)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, light, dark 90%)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, light, dark calc(50%))" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, light, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, dark)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, dark 100%)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, dark 50%)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, dark, light, --foo)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in oklab, dark, light, --foo)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, dark 50%, light 30%, --foo 20%)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, dark 30%, light 60%, --foo 90%)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, dark 50%, light, --foo)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, dark, light 25%, --foo 25%)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, dark, light, --foo, --bar)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, dark 0%)" should set the property value]
expected: FAIL
[e.style['font-palette'\] = "palette-mix(in srgb, dark 0%, light 0%, --foo 0%)" should set the property value]
expected: FAIL