diff --git a/Cargo.lock b/Cargo.lock index 5ea8f7a4eb6..8800b19ad3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1593,7 +1593,7 @@ dependencies = [ [[package]] name = "dom" version = "0.0.1" -source = "git+https://github.com/servo/stylo?branch=2024-12-04#7e529e8cf99502c99e431515de095d18548219d5" +source = "git+https://github.com/servo/stylo?branch=2024-12-04#fbd6a1448bb699000ae18067ea1b455e4cce7c97" dependencies = [ "bitflags 2.6.0", "malloc_size_of", @@ -4325,7 +4325,7 @@ dependencies = [ [[package]] name = "malloc_size_of" version = "0.0.1" -source = "git+https://github.com/servo/stylo?branch=2024-12-04#7e529e8cf99502c99e431515de095d18548219d5" +source = "git+https://github.com/servo/stylo?branch=2024-12-04#fbd6a1448bb699000ae18067ea1b455e4cce7c97" dependencies = [ "app_units", "cssparser", @@ -6281,7 +6281,7 @@ dependencies = [ [[package]] name = "selectors" version = "0.26.0" -source = "git+https://github.com/servo/stylo?branch=2024-12-04#7e529e8cf99502c99e431515de095d18548219d5" +source = "git+https://github.com/servo/stylo?branch=2024-12-04#fbd6a1448bb699000ae18067ea1b455e4cce7c97" dependencies = [ "bitflags 2.6.0", "cssparser", @@ -6569,7 +6569,7 @@ dependencies = [ [[package]] name = "servo_arc" version = "0.4.0" -source = "git+https://github.com/servo/stylo?branch=2024-12-04#7e529e8cf99502c99e431515de095d18548219d5" +source = "git+https://github.com/servo/stylo?branch=2024-12-04#fbd6a1448bb699000ae18067ea1b455e4cce7c97" dependencies = [ "serde", "stable_deref_trait", @@ -6578,7 +6578,7 @@ dependencies = [ [[package]] name = "servo_atoms" version = "0.0.1" -source = "git+https://github.com/servo/stylo?branch=2024-12-04#7e529e8cf99502c99e431515de095d18548219d5" +source = "git+https://github.com/servo/stylo?branch=2024-12-04#fbd6a1448bb699000ae18067ea1b455e4cce7c97" dependencies = [ "string_cache", "string_cache_codegen", @@ -6950,7 +6950,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "static_prefs" version = "0.1.0" -source = "git+https://github.com/servo/stylo?branch=2024-12-04#7e529e8cf99502c99e431515de095d18548219d5" +source = "git+https://github.com/servo/stylo?branch=2024-12-04#fbd6a1448bb699000ae18067ea1b455e4cce7c97" [[package]] name = "strck" @@ -7009,7 +7009,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "style" version = "0.0.1" -source = "git+https://github.com/servo/stylo?branch=2024-12-04#7e529e8cf99502c99e431515de095d18548219d5" +source = "git+https://github.com/servo/stylo?branch=2024-12-04#fbd6a1448bb699000ae18067ea1b455e4cce7c97" dependencies = [ "app_units", "arrayvec", @@ -7067,7 +7067,7 @@ dependencies = [ [[package]] name = "style_config" version = "0.0.1" -source = "git+https://github.com/servo/stylo?branch=2024-12-04#7e529e8cf99502c99e431515de095d18548219d5" +source = "git+https://github.com/servo/stylo?branch=2024-12-04#fbd6a1448bb699000ae18067ea1b455e4cce7c97" dependencies = [ "lazy_static", ] @@ -7075,7 +7075,7 @@ dependencies = [ [[package]] name = "style_derive" version = "0.0.1" -source = "git+https://github.com/servo/stylo?branch=2024-12-04#7e529e8cf99502c99e431515de095d18548219d5" +source = "git+https://github.com/servo/stylo?branch=2024-12-04#fbd6a1448bb699000ae18067ea1b455e4cce7c97" dependencies = [ "darling", "proc-macro2", @@ -7105,7 +7105,7 @@ dependencies = [ [[package]] name = "style_traits" version = "0.0.1" -source = "git+https://github.com/servo/stylo?branch=2024-12-04#7e529e8cf99502c99e431515de095d18548219d5" +source = "git+https://github.com/servo/stylo?branch=2024-12-04#fbd6a1448bb699000ae18067ea1b455e4cce7c97" dependencies = [ "app_units", "bitflags 2.6.0", @@ -7500,7 +7500,7 @@ dependencies = [ [[package]] name = "to_shmem" version = "0.1.0" -source = "git+https://github.com/servo/stylo?branch=2024-12-04#7e529e8cf99502c99e431515de095d18548219d5" +source = "git+https://github.com/servo/stylo?branch=2024-12-04#fbd6a1448bb699000ae18067ea1b455e4cce7c97" dependencies = [ "cssparser", "servo_arc", @@ -7513,7 +7513,7 @@ dependencies = [ [[package]] name = "to_shmem_derive" version = "0.1.0" -source = "git+https://github.com/servo/stylo?branch=2024-12-04#7e529e8cf99502c99e431515de095d18548219d5" +source = "git+https://github.com/servo/stylo?branch=2024-12-04#fbd6a1448bb699000ae18067ea1b455e4cce7c97" dependencies = [ "darling", "proc-macro2", diff --git a/tests/wpt/meta/css/css-color/parsing/color-computed-relative-color.html.ini b/tests/wpt/meta/css/css-color/parsing/color-computed-relative-color.html.ini index 70aa2015799..e5ecf855806 100644 --- a/tests/wpt/meta/css/css-color/parsing/color-computed-relative-color.html.ini +++ b/tests/wpt/meta/css/css-color/parsing/color-computed-relative-color.html.ini @@ -1,19 +1,4 @@ [color-computed-relative-color.html] - [Property color value 'rgb(from rebeccapurple r g b)'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple r g b / alpha)'] - expected: FAIL - - [Property color value 'rgb(from rgb(20%, 40%, 60%, 80%) r g b / alpha)'] - expected: FAIL - - [Property color value 'rgb(from hsl(120deg 20% 50% / .5) r g b / alpha)'] - expected: FAIL - - [Property color value 'rgb(from rgb(from rebeccapurple r g b) r g b)'] - expected: FAIL - [Property color value 'rgb(from color(display-p3 0 1 0) r g b / alpha)'] expected: FAIL @@ -41,162 +26,6 @@ [Property color value 'rgb(from oklch(0 0.399 336.3) r g b)'] expected: FAIL - [Property color value 'rgb(from rebeccapurple 0 0 0)'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple 0 0 0 / 0)'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple 0 g b / alpha)'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple r 0 b / alpha)'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple r g 0 / alpha)'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple r g b / 0)'] - expected: FAIL - - [Property color value 'rgb(from rgb(20%, 40%, 60%, 80%) 0 g b / alpha)'] - expected: FAIL - - [Property color value 'rgb(from rgb(20%, 40%, 60%, 80%) r 0 b / alpha)'] - expected: FAIL - - [Property color value 'rgb(from rgb(20%, 40%, 60%, 80%) r g 0 / alpha)'] - expected: FAIL - - [Property color value 'rgb(from rgb(20%, 40%, 60%, 80%) r g b / 0)'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple 25 g b / alpha)'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple r 25 b / alpha)'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple r g 25 / alpha)'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple r g b / .25)'] - expected: FAIL - - [Property color value 'rgb(from rgb(20%, 40%, 60%, 80%) 25 g b / alpha)'] - expected: FAIL - - [Property color value 'rgb(from rgb(20%, 40%, 60%, 80%) r 25 b / alpha)'] - expected: FAIL - - [Property color value 'rgb(from rgb(20%, 40%, 60%, 80%) r g 25 / alpha)'] - expected: FAIL - - [Property color value 'rgb(from rgb(20%, 40%, 60%, 80%) r g b / .20)'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple 20% g b / alpha)'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple r 20% b / alpha)'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple r g 20% / alpha)'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple r g b / 20%)'] - expected: FAIL - - [Property color value 'rgb(from rgb(20%, 40%, 60%, 80%) 20% g b / alpha)'] - expected: FAIL - - [Property color value 'rgb(from rgb(20%, 40%, 60%, 80%) r 20% b / alpha)'] - expected: FAIL - - [Property color value 'rgb(from rgb(20%, 40%, 60%, 80%) r g 20% / alpha)'] - expected: FAIL - - [Property color value 'rgb(from rgb(20%, 40%, 60%, 80%) r g b / 20%)'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple 25 g b / 25%)'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple r 25 b / 25%)'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple r g 25 / 25%)'] - expected: FAIL - - [Property color value 'rgb(from rgb(20%, 40%, 60%, 80%) 25 g b / 25%)'] - expected: FAIL - - [Property color value 'rgb(from rgb(20%, 40%, 60%, 80%) r 25 b / 25%)'] - expected: FAIL - - [Property color value 'rgb(from rgb(20%, 40%, 60%, 80%) r g 25 / 25%)'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple g b r)'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple b alpha r / g)'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple r r r / r)'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple alpha alpha alpha / alpha)'] - expected: FAIL - - [Property color value 'rgb(from rgb(20%, 40%, 60%, 80%) g b r)'] - expected: FAIL - - [Property color value 'rgb(from rgb(20%, 40%, 60%, 80%) b alpha r / g)'] - expected: FAIL - - [Property color value 'rgb(from rgb(20%, 40%, 60%, 80%) r r r / r)'] - expected: FAIL - - [Property color value 'rgb(from rgb(20%, 40%, 60%, 80%) alpha alpha alpha / alpha)'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple r 20% 10)'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple r 10 20%)'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple 0% 10 10)'] - expected: FAIL - - [Property color value 'rgb(from rgb(20%, 40%, 60%, 80%) r 20% 10)'] - expected: FAIL - - [Property color value 'rgb(from rgb(20%, 40%, 60%, 80%) r 10 20%)'] - expected: FAIL - - [Property color value 'rgb(from rgb(20%, 40%, 60%, 80%) 0% 10 10)'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple calc(r) calc(g) calc(b))'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple r calc(g * 2) 10)'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple b calc(r * .5) 10)'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple r calc(g * .5 + g * .5) 10)'] - expected: FAIL - - [Property color value 'rgb(from rebeccapurple r calc(b * .5 - g * .5) 10)'] - expected: FAIL - - [Property color value 'rgb(from rgb(20%, 40%, 60%, 80%) calc(r) calc(g) calc(b) / calc(alpha))'] - expected: FAIL - [Property color value 'rgb(from rebeccapurple none none none)'] expected: FAIL @@ -218,33 +47,6 @@ [Property color value 'rgb(from rgb(20% 40% 60% / 80%) r g b / none)'] expected: FAIL - [Property color value 'rgb(from rgb(none none none) r g b)'] - expected: FAIL - - [Property color value 'rgb(from rgb(none none none / none) r g b / alpha)'] - expected: FAIL - - [Property color value 'rgb(from rgb(20% none 60%) r g b)'] - expected: FAIL - - [Property color value 'rgb(from rgb(20% 40% 60% / none) r g b / alpha)'] - expected: FAIL - - [Property color value 'hsl(from rebeccapurple h s l)'] - expected: FAIL - - [Property color value 'hsl(from rebeccapurple h s l / alpha)'] - expected: FAIL - - [Property color value 'hsl(from rgb(20%, 40%, 60%, 80%) h s l / alpha)'] - expected: FAIL - - [Property color value 'hsl(from hsl(120deg 20% 50% / .5) h s l / alpha)'] - expected: FAIL - - [Property color value 'hsl(from hsl(from rebeccapurple h s l) h s l)'] - expected: FAIL - [Property color value 'hsl(from color(display-p3 0 1 0) h s l / alpha)'] expected: FAIL @@ -272,165 +74,6 @@ [Property color value 'hsl(from oklch(0 0.399 336.3) h s l)'] expected: FAIL - [Property color value 'hsl(from rebeccapurple 0 0% 0%)'] - expected: FAIL - - [Property color value 'hsl(from rebeccapurple 0deg 0% 0%)'] - expected: FAIL - - [Property color value 'hsl(from rebeccapurple 0 0% 0% / 0)'] - expected: FAIL - - [Property color value 'hsl(from rebeccapurple 0deg 0% 0% / 0)'] - expected: FAIL - - [Property color value 'hsl(from rebeccapurple 0 s l / alpha)'] - expected: FAIL - - [Property color value 'hsl(from rebeccapurple 0deg s l / alpha)'] - expected: FAIL - - [Property color value 'hsl(from rebeccapurple h 0% l / alpha)'] - expected: FAIL - - [Property color value 'hsl(from rebeccapurple h s 0% / alpha)'] - expected: FAIL - - [Property color value 'hsl(from rebeccapurple h s l / 0)'] - expected: FAIL - - [Property color value 'hsl(from rgb(20%, 40%, 60%, 80%) 0 s l / alpha)'] - expected: FAIL - - [Property color value 'hsl(from rgb(20%, 40%, 60%, 80%) 0deg s l / alpha)'] - expected: FAIL - - [Property color value 'hsl(from rgb(20%, 40%, 60%, 80%) h 0% l / alpha)'] - expected: FAIL - - [Property color value 'hsl(from rgb(20%, 40%, 60%, 80%) h s 0% / alpha)'] - expected: FAIL - - [Property color value 'hsl(from rgb(20%, 40%, 60%, 80%) h s l / 0)'] - expected: FAIL - - [Property color value 'hsl(from rebeccapurple 25 s l / alpha)'] - expected: FAIL - - [Property color value 'hsl(from rebeccapurple 25deg s l / alpha)'] - expected: FAIL - - [Property color value 'hsl(from rebeccapurple h 20% l / alpha)'] - expected: FAIL - - [Property color value 'hsl(from rebeccapurple h s 20% / alpha)'] - expected: FAIL - - [Property color value 'hsl(from rebeccapurple h s l / .25)'] - expected: FAIL - - [Property color value 'hsl(from rgb(20%, 40%, 60%, 80%) 25 s l / alpha)'] - expected: FAIL - - [Property color value 'hsl(from rgb(20%, 40%, 60%, 80%) 25deg s l / alpha)'] - expected: FAIL - - [Property color value 'hsl(from rgb(20%, 40%, 60%, 80%) h 20% l / alpha)'] - expected: FAIL - - [Property color value 'hsl(from rgb(20%, 40%, 60%, 80%) h s 20% / alpha)'] - expected: FAIL - - [Property color value 'hsl(from rgb(20%, 40%, 60%, 80%) h s l / .2)'] - expected: FAIL - - [Property color value 'hsl(from rebeccapurple h l s)'] - expected: FAIL - - [Property color value 'hsl(from rebeccapurple h alpha l / s)'] - expected: FAIL - - [Property color value 'hsl(from rebeccapurple h l l / l)'] - expected: FAIL - - [Property color value 'hsl(from rebeccapurple h alpha alpha / alpha)'] - expected: FAIL - - [Property color value 'hsl(from rgb(20%, 40%, 60%, 80%) h l s)'] - expected: FAIL - - [Property color value 'hsl(from rgb(20%, 40%, 60%, 80%) h alpha l / s)'] - expected: FAIL - - [Property color value 'hsl(from rgb(20%, 40%, 60%, 80%) h l l / l)'] - expected: FAIL - - [Property color value 'hsl(from rgb(20%, 40%, 60%, 80%) h alpha alpha / alpha)'] - expected: FAIL - - [Property color value 'hsl(from rebeccapurple calc(h) calc(s) calc(l))'] - expected: FAIL - - [Property color value 'hsl(from rgb(20%, 40%, 60%, 80%) calc(h) calc(s) calc(l) / calc(alpha))'] - expected: FAIL - - [Property color value 'hsl(from rebeccapurple none none none)'] - expected: FAIL - - [Property color value 'hsl(from rebeccapurple none none none / none)'] - expected: FAIL - - [Property color value 'hsl(from rebeccapurple h s none)'] - expected: FAIL - - [Property color value 'hsl(from rebeccapurple h s none / alpha)'] - expected: FAIL - - [Property color value 'hsl(from rebeccapurple h s l / none)'] - expected: FAIL - - [Property color value 'hsl(from rebeccapurple none s l / alpha)'] - expected: FAIL - - [Property color value 'hsl(from hsl(120deg 20% 50% / .5) h s none / alpha)'] - expected: FAIL - - [Property color value 'hsl(from hsl(120deg 20% 50% / .5) h s l / none)'] - expected: FAIL - - [Property color value 'hsl(from hsl(120deg 20% 50% / .5) none s l / alpha)'] - expected: FAIL - - [Property color value 'hsl(from hsl(none none none) h s l)'] - expected: FAIL - - [Property color value 'hsl(from hsl(none none none / none) h s l / alpha)'] - expected: FAIL - - [Property color value 'hsl(from hsl(120deg none 50% / .5) h s l)'] - expected: FAIL - - [Property color value 'hsl(from hsl(120deg 20% 50% / none) h s l / alpha)'] - expected: FAIL - - [Property color value 'hsl(from hsl(none 20% 50% / .5) h s l / alpha)'] - expected: FAIL - - [Property color value 'hwb(from rebeccapurple h w b)'] - expected: FAIL - - [Property color value 'hwb(from rebeccapurple h w b / alpha)'] - expected: FAIL - - [Property color value 'hwb(from rgb(20%, 40%, 60%, 80%) h w b / alpha)'] - expected: FAIL - - [Property color value 'hwb(from hsl(120deg 20% 50% / .5) h w b / alpha)'] - expected: FAIL - - [Property color value 'hwb(from hwb(from rebeccapurple h w b) h w b)'] - expected: FAIL - [Property color value 'hwb(from color(display-p3 0 1 0) h w b / alpha)'] expected: FAIL @@ -458,282 +101,6 @@ [Property color value 'hwb(from oklch(0 0.399 336.3) h w b)'] expected: FAIL - [Property color value 'hwb(from rebeccapurple 0 0% 0%)'] - expected: FAIL - - [Property color value 'hwb(from rebeccapurple 0deg 0% 0%)'] - expected: FAIL - - [Property color value 'hwb(from rebeccapurple 0 0% 0% / 0)'] - expected: FAIL - - [Property color value 'hwb(from rebeccapurple 0deg 0% 0% / 0)'] - expected: FAIL - - [Property color value 'hwb(from rebeccapurple 0 w b / alpha)'] - expected: FAIL - - [Property color value 'hwb(from rebeccapurple 0deg w b / alpha)'] - expected: FAIL - - [Property color value 'hwb(from rebeccapurple h 0% b / alpha)'] - expected: FAIL - - [Property color value 'hwb(from rebeccapurple h w 0% / alpha)'] - expected: FAIL - - [Property color value 'hwb(from rebeccapurple h w b / 0)'] - expected: FAIL - - [Property color value 'hwb(from rgb(20%, 40%, 60%, 80%) 0 w b / alpha)'] - expected: FAIL - - [Property color value 'hwb(from rgb(20%, 40%, 60%, 80%) 0deg w b / alpha)'] - expected: FAIL - - [Property color value 'hwb(from rgb(20%, 40%, 60%, 80%) h 0% b / alpha)'] - expected: FAIL - - [Property color value 'hwb(from rgb(20%, 40%, 60%, 80%) h w 0% / alpha)'] - expected: FAIL - - [Property color value 'hwb(from rgb(20%, 40%, 60%, 80%) h w b / 0)'] - expected: FAIL - - [Property color value 'hwb(from rebeccapurple 25 w b / alpha)'] - expected: FAIL - - [Property color value 'hwb(from rebeccapurple 25deg w b / alpha)'] - expected: FAIL - - [Property color value 'hwb(from rebeccapurple h 20% b / alpha)'] - expected: FAIL - - [Property color value 'hwb(from rebeccapurple h w 20% / alpha)'] - expected: FAIL - - [Property color value 'hwb(from rebeccapurple h w b / .2)'] - expected: FAIL - - [Property color value 'hwb(from rgb(20%, 40%, 60%, 80%) 25 w b / alpha)'] - expected: FAIL - - [Property color value 'hwb(from rgb(20%, 40%, 60%, 80%) 25deg w b / alpha)'] - expected: FAIL - - [Property color value 'hwb(from rgb(20%, 40%, 60%, 80%) h 20% b / alpha)'] - expected: FAIL - - [Property color value 'hwb(from rgb(20%, 40%, 60%, 80%) h w 20% / alpha)'] - expected: FAIL - - [Property color value 'hwb(from rgb(20%, 40%, 60%, 80%) h w b / .2)'] - expected: FAIL - - [Property color value 'hwb(from rebeccapurple h b w)'] - expected: FAIL - - [Property color value 'hwb(from rebeccapurple h alpha w / b)'] - expected: FAIL - - [Property color value 'hwb(from rebeccapurple h w w / w)'] - expected: FAIL - - [Property color value 'hwb(from rebeccapurple h alpha alpha / alpha)'] - expected: FAIL - - [Property color value 'hwb(from rgb(20%, 40%, 60%, 80%) h b w)'] - expected: FAIL - - [Property color value 'hwb(from rgb(20%, 40%, 60%, 80%) h alpha w / b)'] - expected: FAIL - - [Property color value 'hwb(from rgb(20%, 40%, 60%, 80%) h w w / w)'] - expected: FAIL - - [Property color value 'hwb(from rgb(20%, 40%, 60%, 80%) h alpha alpha / alpha)'] - expected: FAIL - - [Property color value 'hwb(from rebeccapurple calc(h) calc(w) calc(b))'] - expected: FAIL - - [Property color value 'hwb(from rgb(20%, 40%, 60%, 80%) calc(h) calc(w) calc(b) / calc(alpha))'] - expected: FAIL - - [Property color value 'hwb(from rebeccapurple none none none)'] - expected: FAIL - - [Property color value 'hwb(from rebeccapurple none none none / none)'] - expected: FAIL - - [Property color value 'hwb(from rebeccapurple h w none)'] - expected: FAIL - - [Property color value 'hwb(from rebeccapurple h w none / alpha)'] - expected: FAIL - - [Property color value 'hwb(from rebeccapurple h w b / none)'] - expected: FAIL - - [Property color value 'hwb(from rebeccapurple none w b / alpha)'] - expected: FAIL - - [Property color value 'hwb(from hwb(120deg 20% 50% / .5) h w none / alpha)'] - expected: FAIL - - [Property color value 'hwb(from hwb(120deg 20% 50% / .5) h w b / none)'] - expected: FAIL - - [Property color value 'hwb(from hwb(120deg 20% 50% / .5) none w b / alpha)'] - expected: FAIL - - [Property color value 'hwb(from hwb(none none none) h w b)'] - expected: FAIL - - [Property color value 'hwb(from hwb(none none none / none) h w b / alpha)'] - expected: FAIL - - [Property color value 'hwb(from hwb(120deg none 50% / .5) h w b)'] - expected: FAIL - - [Property color value 'hwb(from hwb(120deg 20% 50% / none) h w b / alpha)'] - expected: FAIL - - [Property color value 'hwb(from hwb(none 20% 50% / .5) h w b / alpha)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50) l a b)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50) l a b / alpha)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50 / 40%) l a b / alpha)'] - expected: FAIL - - [Property color value 'lab(from lab(200 300 400 / 500%) l a b / alpha)'] - expected: FAIL - - [Property color value 'lab(from lab(-200 -300 -400 / -500%) l a b / alpha)'] - expected: FAIL - - [Property color value 'lab(from lab(from lab(25 20 50) l a b) l a b)'] - expected: FAIL - - [Property color value 'lab(from color(display-p3 0 0 0) l a b / alpha)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50) 0 0 0)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50) 0 0 0 / 0)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50) 0 a b / alpha)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50) l 0 b / alpha)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50) l a 0 / alpha)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50) l a b / 0)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50 / 40%) 0 a b / alpha)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50 / 40%) l 0 b / alpha)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50 / 40%) l a 0 / alpha)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50 / 40%) l a b / 0)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50) 35 a b / alpha)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50) l 35 b / alpha)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50) l a 35 / alpha)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50) l a b / .35)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50 / 40%) 35 a b / alpha)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50 / 40%) l 35 b / alpha)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50 / 40%) l a 35 / alpha)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50 / 40%) l a b / .35)'] - expected: FAIL - - [Property color value 'lab(from lab(0.7 45 30 / 40%) 200 300 400 / 500)'] - expected: FAIL - - [Property color value 'lab(from lab(0.7 45 30 / 40%) -200 -300 -400 / -500)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50) l b a)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50) l a a / a)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50 / 40%) l b a)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50 / 40%) l a a / a)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50) calc(l) calc(a) calc(b))'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50 / 40%) calc(l) calc(a) calc(b) / calc(alpha))'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50) none none none)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50) none none none / none)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50) l a none)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50) l a none / alpha)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50) l a b / none)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50 / 40%) l a none / alpha)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50 / 40%) l a b / none)'] - expected: FAIL - - [Property color value 'lab(from lab(none none none) l a b)'] - expected: FAIL - - [Property color value 'lab(from lab(none none none / none) l a b / alpha)'] - expected: FAIL - - [Property color value 'lab(from lab(25 none 50) l a b)'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50 / none) l a b / alpha)'] - expected: FAIL - [Property color value 'oklab(from oklab(25 20 50) l a b)'] expected: FAIL @@ -752,9 +119,6 @@ [Property color value 'oklab(from oklab(from oklab(25 20 50) l a b) l a b)'] expected: FAIL - [Property color value 'oklab(from color(display-p3 0 0 0) l a b / alpha)'] - expected: FAIL - [Property color value 'oklab(from oklab(25 20 50) 0 0 0)'] expected: FAIL @@ -854,12 +218,6 @@ [Property color value 'oklab(from oklab(25 20 50 / 40%) l a b / none)'] expected: FAIL - [Property color value 'oklab(from oklab(none none none) l a b)'] - expected: FAIL - - [Property color value 'oklab(from oklab(none none none / none) l a b / alpha)'] - expected: FAIL - [Property color value 'oklab(from oklab(25 none 50) l a b)'] expected: FAIL @@ -902,159 +260,6 @@ [Property color value 'oklab(from oklab(.7 45 30 / 40%) alpha a a / alpha)'] expected: FAIL - [Property color value 'lch(from lch(0.7 45 30) l c h)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30) l c h / alpha)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30 / 40%) l c h / alpha)'] - expected: FAIL - - [Property color value 'lch(from lch(200 300 400 / 500%) l c h / alpha)'] - expected: FAIL - - [Property color value 'lch(from lch(-200 -300 -400 / -500%) l c h / alpha)'] - expected: FAIL - - [Property color value 'lch(from lch(from lch(0.7 45 30) l c h) l c h)'] - expected: FAIL - - [Property color value 'lch(from color(display-p3 0 0 0) l c h / alpha)'] - expected: FAIL - - [Property color value 'lch(from lab(0.7 45 30) l c h / alpha)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30) 0 0 0)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30) 0 0 0deg)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30) 0 0 0 / 0)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30) 0 0 0deg / 0)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30) 0 c h / alpha)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30) l 0 h / alpha)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30) l c 0 / alpha)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30) l c 0deg / alpha)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30) l c h / 0)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30 / 40%) 0 c h / alpha)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30 / 40%) l 0 h / alpha)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30 / 40%) l c 0 / alpha)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30 / 40%) l c 0deg / alpha)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30 / 40%) l c h / 0)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30) 25 c h / alpha)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30) l 25 h / alpha)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30) l c 25 / alpha)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30) l c 25deg / alpha)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30) l c h / .25)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30 / 40%) 25 c h / alpha)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30 / 40%) l 25 h / alpha)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30 / 40%) l c 25 / alpha)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30 / 40%) l c 25deg / alpha)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30 / 40%) l c h / .25)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30 / 40%) 200 300 400 / 500)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30 / 40%) -200 -300 -400 / -500)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30 / 40%) 50 120 400deg / 500)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30 / 40%) 50 120 -400deg / -500)'] - expected: FAIL - - [Property color value 'lch(from lch(.7 45 30) l c c / alpha)'] - expected: FAIL - - [Property color value 'lch(from lch(.7 45 30 / 40%) l c c / alpha)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30) calc(l) calc(c) calc(h))'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30 / 40%) calc(l) calc(c) calc(h) / calc(alpha))'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30) none none none)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30) none none none / none)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30) l c none)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30) l c none / alpha)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30) l c h / none)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30 / 40%) l c none / alpha)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30 / 40%) l c h / none)'] - expected: FAIL - - [Property color value 'lch(from lch(none none none) l c h)'] - expected: FAIL - - [Property color value 'lch(from lch(none none none / none) l c h / alpha)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 none 30) l c h)'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30 / none) l c h / alpha)'] - expected: FAIL - [Property color value 'oklch(from oklch(0.7 45 30) l c h)'] expected: FAIL @@ -1073,12 +278,6 @@ [Property color value 'oklch(from oklch(from oklch(0.7 45 30) l c h) l c h)'] expected: FAIL - [Property color value 'oklch(from color(display-p3 0 0 0) l c h / alpha)'] - expected: FAIL - - [Property color value 'oklch(from oklab(0.7 45 30) l c h / alpha)'] - expected: FAIL - [Property color value 'oklch(from oklch(0.7 45 30) 0 0 0)'] expected: FAIL @@ -1196,15 +395,6 @@ [Property color value 'oklch(from oklch(0.7 45 30 / 40%) l c h / none)'] expected: FAIL - [Property color value 'oklch(from oklch(none none none) l c h)'] - expected: FAIL - - [Property color value 'oklch(from oklch(none none none / none) l c h / alpha)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 none 30) l c h)'] - expected: FAIL - [Property color value 'oklch(from oklch(0.7 45 30 / none) l c h / alpha)'] expected: FAIL @@ -1244,1644 +434,15 @@ [Property color value 'oklch(from oklch(.7 45 30 / 40%) alpha c c / alpha)'] expected: FAIL - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3 / 40%) srgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3 / 40%) srgb r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(from color(srgb 0.7 0.5 0.3) srgb r g b) srgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb 0 0 0)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb 0 0 0 / 0)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb 0 g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb r 0 b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb r g 0 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb r g b / 0)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3 / 40%) srgb 0 g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3 / 40%) srgb r 0 b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3 / 40%) srgb r g 0 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3 / 40%) srgb r g b / 0)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb 0.2 g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb 20% g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb r 0.2 b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb r 20% b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb r g 0.2 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb r g 20% / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb r g b / 0.2)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb r g b / 20%)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3 / 40%) srgb 0.2 g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3 / 40%) srgb 20% g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3 / 40%) srgb r 0.2 b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3 / 40%) srgb r 20% b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3 / 40%) srgb r g 0.2 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3 / 40%) srgb r g 20% / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3 / 40%) srgb r g b / 0.2)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3 / 40%) srgb r g b / 20%)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb 2 3 4)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb 2 3 4 / 5)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb -2 -3 -4)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb -2 -3 -4 / -5)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb 200% 300% 400%)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb 200% 300% 400% / 500%)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb -200% -300% -400%)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb -200% -300% -400% / -500%)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb g b r)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb b alpha r / g)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb r r r / r)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb alpha alpha alpha / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3 / 40%) srgb g b r)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3 / 40%) srgb b alpha r / g)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3 / 40%) srgb r r r / r)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3 / 40%) srgb alpha alpha alpha / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb 1.7 1.5 1.3) srgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(srgb 1.7 1.5 1.3) srgb r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb 1.7 1.5 1.3 / 140%) srgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(srgb 1.7 1.5 1.3 / 140%) srgb r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb -0.7 -0.5 -0.3) srgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(srgb -0.7 -0.5 -0.3) srgb r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb -0.7 -0.5 -0.3 / -40%) srgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(srgb -0.7 -0.5 -0.3 / -40%) srgb r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb calc(r) calc(g) calc(b))'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3 / 40%) srgb calc(r) calc(g) calc(b) / calc(alpha))'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb none none none)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb none none none / none)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb r g none)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb r g none / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb r g b / none)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3 / 40%) srgb r g none / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3 / 40%) srgb r g b / none)'] - expected: FAIL - - [Property color value 'color(from color(srgb none none none) srgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(srgb none none none / none) srgb r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 none 0.3) srgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3 / none) srgb r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g b)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear r g b)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g b) srgb-linear r g b)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear 0 0 0)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear 0 0 0 / 0)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear 0 g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r 0 b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g 0 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g b / 0)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear 0 g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear r 0 b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear r g 0 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear r g b / 0)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear 0.2 g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear 20% g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r 0.2 b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r 20% b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g 0.2 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g 20% / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g b / 0.2)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g b / 20%)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear 0.2 g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear 20% g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear r 0.2 b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear r 20% b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear r g 0.2 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear r g 20% / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear r g b / 0.2)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear r g b / 20%)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear 2 3 4)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear 2 3 4 / 5)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear -2 -3 -4)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear -2 -3 -4 / -5)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear 200% 300% 400%)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear 200% 300% 400% / 500%)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear -200% -300% -400%)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear -200% -300% -400% / -500%)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear g b r)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear b alpha r / g)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r r r / r)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear alpha alpha alpha / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear g b r)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear b alpha r / g)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear r r r / r)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear alpha alpha alpha / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 1.7 1.5 1.3) srgb-linear r g b)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 1.7 1.5 1.3) srgb-linear r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 1.7 1.5 1.3 / 140%) srgb-linear r g b)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 1.7 1.5 1.3 / 140%) srgb-linear r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear -0.7 -0.5 -0.3) srgb-linear r g b)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear -0.7 -0.5 -0.3) srgb-linear r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear -0.7 -0.5 -0.3 / -40%) srgb-linear r g b)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear -0.7 -0.5 -0.3 / -40%) srgb-linear r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear calc(r) calc(g) calc(b))'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear calc(r) calc(g) calc(b) / calc(alpha))'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear none none none)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear none none none / none)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g none)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g none / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g b / none)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear r g none / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear r g b / none)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear none none none) srgb-linear r g b)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear none none none / none) srgb-linear r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 none 0.3) srgb-linear r g b)'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3 / none) srgb-linear r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g b) a98-rgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb 0 0 0)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb 0 0 0 / 0)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb 0 g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r 0 b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g 0 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g b / 0)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb 0 g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb r 0 b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb r g 0 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb r g b / 0)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb 0.2 g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb 20% g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r 0.2 b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r 20% b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g 0.2 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g 20% / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g b / 0.2)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g b / 20%)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb 0.2 g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb 20% g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb r 0.2 b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb r 20% b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb r g 0.2 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb r g 20% / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb r g b / 0.2)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb r g b / 20%)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb 2 3 4)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb 2 3 4 / 5)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb -2 -3 -4)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb -2 -3 -4 / -5)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb 200% 300% 400%)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb 200% 300% 400% / 500%)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb -200% -300% -400%)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb -200% -300% -400% / -500%)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb g b r)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb b alpha r / g)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r r r / r)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb alpha alpha alpha / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb g b r)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb b alpha r / g)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb r r r / r)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb alpha alpha alpha / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 1.7 1.5 1.3) a98-rgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 1.7 1.5 1.3) a98-rgb r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 1.7 1.5 1.3 / 140%) a98-rgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 1.7 1.5 1.3 / 140%) a98-rgb r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb -0.7 -0.5 -0.3) a98-rgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb -0.7 -0.5 -0.3) a98-rgb r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb -0.7 -0.5 -0.3 / -40%) a98-rgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb -0.7 -0.5 -0.3 / -40%) a98-rgb r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb calc(r) calc(g) calc(b))'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb calc(r) calc(g) calc(b) / calc(alpha))'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb none none none)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb none none none / none)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g none)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g none / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g b / none)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb r g none / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb r g b / none)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb none none none) a98-rgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb none none none / none) a98-rgb r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 none 0.3) a98-rgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3 / none) a98-rgb r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 r g b)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 r g b)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(from color(rec2020 0.7 0.5 0.3) rec2020 r g b) rec2020 r g b)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 0 0 0)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 0 0 0 / 0)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 0 g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 r 0 b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 r g 0 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 r g b / 0)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 0 g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 r 0 b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 r g 0 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 r g b / 0)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 0.2 g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 20% g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 r 0.2 b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 r 20% b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 r g 0.2 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 r g 20% / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 r g b / 0.2)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 r g b / 20%)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 0.2 g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 20% g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 r 0.2 b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 r 20% b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 r g 0.2 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 r g 20% / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 r g b / 0.2)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 r g b / 20%)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 2 3 4)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 2 3 4 / 5)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 -2 -3 -4)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 -2 -3 -4 / -5)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 200% 300% 400%)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 200% 300% 400% / 500%)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 -200% -300% -400%)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 -200% -300% -400% / -500%)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 g b r)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 b alpha r / g)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 r r r / r)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 alpha alpha alpha / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 g b r)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 b alpha r / g)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 r r r / r)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 alpha alpha alpha / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 1.7 1.5 1.3) rec2020 r g b)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 1.7 1.5 1.3) rec2020 r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 1.7 1.5 1.3 / 140%) rec2020 r g b)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 1.7 1.5 1.3 / 140%) rec2020 r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 -0.7 -0.5 -0.3) rec2020 r g b)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 -0.7 -0.5 -0.3) rec2020 r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 -0.7 -0.5 -0.3 / -40%) rec2020 r g b)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 -0.7 -0.5 -0.3 / -40%) rec2020 r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 calc(r) calc(g) calc(b))'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 calc(r) calc(g) calc(b) / calc(alpha))'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 none none none)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 none none none / none)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 r g none)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 r g none / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 r g b / none)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 r g none / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 r g b / none)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 none none none) rec2020 r g b)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 none none none / none) rec2020 r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 none 0.3) rec2020 r g b)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3 / none) rec2020 r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g b) prophoto-rgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb 0 0 0)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb 0 0 0 / 0)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb 0 g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r 0 b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g 0 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g b / 0)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb 0 g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb r 0 b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb r g 0 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb r g b / 0)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb 0.2 g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb 20% g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r 0.2 b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r 20% b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g 0.2 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g 20% / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g b / 0.2)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g b / 20%)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb 0.2 g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb 20% g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb r 0.2 b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb r 20% b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb r g 0.2 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb r g 20% / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb r g b / 0.2)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb r g b / 20%)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb 2 3 4)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb 2 3 4 / 5)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb -2 -3 -4)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb -2 -3 -4 / -5)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb 200% 300% 400%)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb 200% 300% 400% / 500%)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb -200% -300% -400%)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb -200% -300% -400% / -500%)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb g b r)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb b alpha r / g)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r r r / r)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb alpha alpha alpha / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb g b r)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb b alpha r / g)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb r r r / r)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb alpha alpha alpha / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 1.7 1.5 1.3) prophoto-rgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 1.7 1.5 1.3) prophoto-rgb r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 1.7 1.5 1.3 / 140%) prophoto-rgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 1.7 1.5 1.3 / 140%) prophoto-rgb r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb -0.7 -0.5 -0.3) prophoto-rgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb -0.7 -0.5 -0.3) prophoto-rgb r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb -0.7 -0.5 -0.3 / -40%) prophoto-rgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb -0.7 -0.5 -0.3 / -40%) prophoto-rgb r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb calc(r) calc(g) calc(b))'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb calc(r) calc(g) calc(b) / calc(alpha))'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb none none none)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb none none none / none)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g none)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g none / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g b / none)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb r g none / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb r g b / none)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb none none none) prophoto-rgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb none none none / none) prophoto-rgb r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 none 0.3) prophoto-rgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3 / none) prophoto-rgb r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 r g b)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 r g b)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(from color(display-p3 0.7 0.5 0.3) display-p3 r g b) display-p3 r g b)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 0 0 0)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 0 0 0 / 0)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 0 g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 r 0 b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 r g 0 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 r g b / 0)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 0 g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 r 0 b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 r g 0 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 r g b / 0)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 0.2 g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 20% g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 r 0.2 b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 r 20% b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 r g 0.2 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 r g 20% / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 r g b / 0.2)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 r g b / 20%)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 0.2 g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 20% g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 r 0.2 b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 r 20% b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 r g 0.2 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 r g 20% / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 r g b / 0.2)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 r g b / 20%)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 2 3 4)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 2 3 4 / 5)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 -2 -3 -4)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 -2 -3 -4 / -5)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 200% 300% 400%)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 200% 300% 400% / 500%)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 -200% -300% -400%)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 -200% -300% -400% / -500%)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 g b r)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 b alpha r / g)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 r r r / r)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 alpha alpha alpha / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 g b r)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 b alpha r / g)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 r r r / r)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 alpha alpha alpha / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 1.7 1.5 1.3) display-p3 r g b)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 1.7 1.5 1.3) display-p3 r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 1.7 1.5 1.3 / 140%) display-p3 r g b)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 1.7 1.5 1.3 / 140%) display-p3 r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 -0.7 -0.5 -0.3) display-p3 r g b)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 -0.7 -0.5 -0.3) display-p3 r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 -0.7 -0.5 -0.3 / -40%) display-p3 r g b)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 -0.7 -0.5 -0.3 / -40%) display-p3 r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 calc(r) calc(g) calc(b))'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 calc(r) calc(g) calc(b) / calc(alpha))'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 none none none)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 none none none / none)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 r g none)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 r g none / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 r g b / none)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 r g none / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 r g b / none)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 none none none) display-p3 r g b)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 none none none / none) display-p3 r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 none 0.3) display-p3 r g b)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3 / none) display-p3 r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100) xyz x y z)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100) xyz x y z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100 / 40%) xyz x y z)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100 / 40%) xyz x y z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(from color(xyz 7 -20.5 100) xyz x y z) xyz x y z)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100) xyz 0 0 0)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100) xyz 0 0 0 / 0)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100) xyz 0 y z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100) xyz x 0 z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100) xyz x y 0 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100) xyz x y z / 0)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100 / 40%) xyz 0 y z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100 / 40%) xyz x 0 z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100 / 40%) xyz x y 0 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100 / 40%) xyz x y z / 0)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100) xyz 0.2 y z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100) xyz x 0.2 z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100) xyz x y 0.2 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100) xyz x y z / 0.2)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100) xyz x y z / 20%)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100 / 40%) xyz 0.2 y z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100 / 40%) xyz x 0.2 z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100 / 40%) xyz x y 0.2 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100 / 40%) xyz x y z / 0.2)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100) xyz y z x)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100) xyz x x x / x)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100 / 40%) xyz y z x)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100 / 40%) xyz x x x / x)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100) xyz calc(x) calc(y) calc(z))'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100 / 40%) xyz calc(x) calc(y) calc(z) / calc(alpha))'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100) xyz none none none)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100) xyz none none none / none)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100) xyz x y none)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100) xyz x y none / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100) xyz x y z / none)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100 / 40%) xyz x y none / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100 / 40%) xyz x y z / none)'] - expected: FAIL - - [Property color value 'color(from color(xyz none none none) xyz x y z)'] - expected: FAIL - - [Property color value 'color(from color(xyz none none none / none) xyz x y z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 none 100) xyz x y z)'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100 / none) xyz x y z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100) xyz-d50 x y z)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100) xyz-d50 x y z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 x y z)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 x y z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(from color(xyz-d50 7 -20.5 100) xyz-d50 x y z) xyz-d50 x y z)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100) xyz-d50 0 0 0)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100) xyz-d50 0 0 0 / 0)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100) xyz-d50 0 y z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100) xyz-d50 x 0 z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100) xyz-d50 x y 0 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100) xyz-d50 x y z / 0)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 0 y z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 x 0 z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 x y 0 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 x y z / 0)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100) xyz-d50 0.2 y z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100) xyz-d50 x 0.2 z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100) xyz-d50 x y 0.2 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100) xyz-d50 x y z / 0.2)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100) xyz-d50 x y z / 20%)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 0.2 y z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 x 0.2 z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 x y 0.2 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 x y z / 0.2)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100) xyz-d50 y z x)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100) xyz-d50 x x x / x)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 y z x)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 x x x / x)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100) xyz-d50 calc(x) calc(y) calc(z))'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 calc(x) calc(y) calc(z) / calc(alpha))'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100) xyz-d50 none none none)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100) xyz-d50 none none none / none)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100) xyz-d50 x y none)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100) xyz-d50 x y none / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100) xyz-d50 x y z / none)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 x y none / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 x y z / none)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 none none none) xyz-d50 x y z)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 none none none / none) xyz-d50 x y z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 none 100) xyz-d50 x y z)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100 / none) xyz-d50 x y z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100) xyz-d65 x y z)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100) xyz-d65 x y z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 x y z)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 x y z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(from color(xyz-d65 7 -20.5 100) xyz-d65 x y z) xyz-d65 x y z)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100) xyz-d65 0 0 0)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100) xyz-d65 0 0 0 / 0)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100) xyz-d65 0 y z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100) xyz-d65 x 0 z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100) xyz-d65 x y 0 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100) xyz-d65 x y z / 0)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 0 y z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 x 0 z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 x y 0 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 x y z / 0)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100) xyz-d65 0.2 y z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100) xyz-d65 x 0.2 z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100) xyz-d65 x y 0.2 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100) xyz-d65 x y z / 0.2)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100) xyz-d65 x y z / 20%)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 0.2 y z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 x 0.2 z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 x y 0.2 / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 x y z / 0.2)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100) xyz-d65 y z x)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100) xyz-d65 x x x / x)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 y z x)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 x x x / x)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100) xyz-d65 calc(x) calc(y) calc(z))'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 calc(x) calc(y) calc(z) / calc(alpha))'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100) xyz-d65 none none none)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100) xyz-d65 none none none / none)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100) xyz-d65 x y none)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100) xyz-d65 x y none / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100) xyz-d65 x y z / none)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 x y none / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 x y z / none)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 none none none) xyz-d65 x y z)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 none none none / none) xyz-d65 x y z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 none 100) xyz-d65 x y z)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100 / none) xyz-d65 x y z / alpha)'] - expected: FAIL - - [Property color value 'rgb(from var(--bg-color) r g b / 80%)'] - expected: FAIL - - [Property color value 'lch(from var(--color) calc(l / 2) c h)'] - expected: FAIL - - [Property color value 'rgb(from var(--color) calc(r * .3 + g * .59 + b * .11) calc(r * .3 + g * .59 + b * .11) calc(r * .3 + g * .59 + b * .11))'] - expected: FAIL - - [Property color value 'lch(from var(--color) l 0 h)'] - expected: FAIL - - [Property color value 'rgb(from indianred 255 g b)'] - expected: FAIL - [Property color value 'hsl(from var(--accent) calc(h + 180deg) s l)'] expected: FAIL - [Property color value 'lab(from var(--mycolor) l a b / 100%)'] - expected: FAIL - - [Property color value 'lab(from var(--mycolor) l a b / calc(alpha * 0.8))'] - expected: FAIL - [Property color value 'lab(from var(--mycolor) l a b / calc(alpha - 20%))'] expected: FAIL - [Property color value 'lab(from var(--mycolor) l 0 0)'] - expected: FAIL - - [Property color value 'lch(from peru calc(l * 0.8) c h)'] - expected: FAIL - [Property color value 'LCH(from var(--accent) l c calc(h + 180deg))'] expected: FAIL - [Property color value 'lch(from var(--mycolor) l 0 h)'] - expected: FAIL - - [Property color value 'var(--mygray)'] - expected: FAIL - - [Property color value 'lch(from var(--mygray) l 30 h)'] - expected: FAIL - [Property color value 'rgb(from oklab(1 0.365 -0.16) r g b)'] expected: FAIL @@ -2900,129 +461,6 @@ [Property color value 'hwb(from oklch(1 0.399 336.3) h w b)'] expected: FAIL - [Property color value 'oklab(from oklab(0.25 0.2 0.5) l a b)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5) l a b / alpha)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5 / 40%) l a b / alpha)'] - expected: FAIL - - [Property color value 'oklab(from oklab(2 3 4 / 500%) l a b / alpha)'] - expected: FAIL - - [Property color value 'oklab(from oklab(-2 -3 -4 / -500%) l a b / alpha)'] - expected: FAIL - - [Property color value 'oklab(from oklab(from oklab(0.25 0.2 0.5) l a b) l a b)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5) 0 0 0)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5) 0 0 0 / 0)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5) 0 a b / alpha)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5) l 0 b / alpha)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5) l a 0 / alpha)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5) l a b / 0)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5 / 40%) 0 a b / alpha)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5 / 40%) l 0 b / alpha)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5 / 40%) l a 0 / alpha)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5 / 40%) l a b / 0)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5) 0.35 a b / alpha)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5) l 0.35 b / alpha)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5) l a 0.35 / alpha)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5) l a b / .35)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5 / 40%) 0.35 a b / alpha)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5 / 40%) l 0.35 b / alpha)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5 / 40%) l a 0.35 / alpha)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5 / 40%) l a b / .35)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.7 0.45 0.3 / 40%) 2 3 4 / 500)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.7 0.45 0.3 / 40%) -2 -3 -4 / -500)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5) l b a)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5) l a a / a)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5 / 40%) l b a)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5 / 40%) l a a / a)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5) calc(l) calc(a) calc(b))'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5 / 40%) calc(l) calc(a) calc(b) / calc(alpha))'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5) none none none)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5) none none none / none)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5) l a none)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5) l a none / alpha)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5) l a b / none)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5 / 40%) l a none / alpha)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5 / 40%) l a b / none)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 none 0.5) l a b)'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5 / none) l a b / alpha)'] - expected: FAIL - [Property color value 'oklab(from oklab(.7 0.45 0.3) alpha b a / l)'] expected: FAIL @@ -3041,144 +479,6 @@ [Property color value 'oklab(from oklab(.7 0.45 0.3 / 40%) alpha a a / alpha)'] expected: FAIL - [Property color value 'oklch(from oklch(0.7 0.45 30) l c h)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30) l c h / alpha)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30 / 40%) l c h / alpha)'] - expected: FAIL - - [Property color value 'oklch(from oklch(2 3 400 / 500%) l c h / alpha)'] - expected: FAIL - - [Property color value 'oklch(from oklch(-2 -3 -400 / -500%) l c h / alpha)'] - expected: FAIL - - [Property color value 'oklch(from oklch(from oklch(0.7 0.45 30) l c h) l c h)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30) 0 0 0)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30) 0 0 0deg)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30) 0 0 0 / 0)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30) 0 0 0deg / 0)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30) 0 c h / alpha)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30) l 0 h / alpha)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30) l c 0 / alpha)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30) l c 0deg / alpha)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30) l c h / 0)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30 / 40%) 0 c h / alpha)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30 / 40%) l 0 h / alpha)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30 / 40%) l c 0 / alpha)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30 / 40%) l c 0deg / alpha)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30 / 40%) l c h / 0)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30) 0.25 c h / alpha)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30) l 0.25 h / alpha)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30) l c 25 / alpha)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30) l c 25deg / alpha)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30) l c h / .25)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30 / 40%) 0.25 c h / alpha)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30 / 40%) l 0.25 h / alpha)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30 / 40%) l c 25 / alpha)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30 / 40%) l c 25deg / alpha)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30 / 40%) l c h / .25)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30 / 40%) 2 3 400 / 500)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30 / 40%) -2 -3 -400 / -500)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30 / 40%) 0.5 1.2 400deg / 500)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30 / 40%) 0.5 1.2 -400deg / -500)'] - expected: FAIL - - [Property color value 'oklch(from oklch(.7 0.45 30) l c c / alpha)'] - expected: FAIL - - [Property color value 'oklch(from oklch(.7 0.45 30 / 40%) l c c / alpha)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30) calc(l) calc(c) calc(h))'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30 / 40%) calc(l) calc(c) calc(h) / calc(alpha))'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30) none none none)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30) none none none / none)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30) l c none)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30) l c none / alpha)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30) l c h / none)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30 / 40%) l c none / alpha)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30 / 40%) l c h / none)'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30 / none) l c h / alpha)'] - expected: FAIL - [Property color value 'oklch(from oklch(.7 0.45 30) alpha c h / l)'] expected: FAIL @@ -3197,171 +497,12 @@ [Property color value 'oklch(from oklch(.7 0.45 30 / 40%) alpha c c / alpha)'] expected: FAIL - [Property color value 'color(from color(srgb-linear 0.25 0.5 0.75) srgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.25 0.5 0.75) srgb-linear r g b)'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.25 0.5 0.75) srgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.25 0.5 0.75) display-p3 r g b)'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.25 0.5 0.75) srgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.25 0.5 0.75) a98-rgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.25 0.5 0.75) srgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.25 0.5 0.75) prophoto-rgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.25 0.5 0.75) srgb r g b)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.25 0.5 0.75) rec2020 r g b)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 0.25 0.5 0.75) srgb r g b)'] - expected: FAIL - [Property color value 'color(from color(srgb 0.25 0.5 0.75) xyz-d50 r g b)'] expected: FAIL - [Property color value 'color(from color(xyz-d65 0.25 0.5 0.75) srgb r g b)'] - expected: FAIL - [Property color value 'color(from color(srgb 0.25 0.5 0.75) xyz-d65 r g b)'] expected: FAIL - [Property color value 'lab(from color(srgb 0.25 0.5 0.75) l a b)'] - expected: FAIL - - [Property color value 'color(from lab(67.5345 -8.6911 -41.6019) srgb r g b)'] - expected: FAIL - - [Property color value 'oklab(from color(srgb 0.25 0.5 0.75) l a b)'] - expected: FAIL - - [Property color value 'color(from oklab(72.322% -0.0465 -0.1150) srgb r g b)'] - expected: FAIL - - [Property color value 'lch(from color(srgb 0.25 0.5 0.75) l c h)'] - expected: FAIL - - [Property color value 'color(from lch(67.5345% 42.5 258.2) srgb r g b)'] - expected: FAIL - - [Property color value 'oklch(from color(srgb 0.25 0.5 0.75) l c h)'] - expected: FAIL - - [Property color value 'color(from oklch(72.322% 0.12403 247.996) srgb r g b)'] - expected: FAIL - - [Property color value 'hsl(from var(--accent) calc(h + 180) s l)'] - expected: FAIL - - [Property color value 'LCH(from var(--accent) l c calc(h + 180))'] - expected: FAIL - - [Property color value 'rgb(from rgb(100 110 120 / 0.8) calc(r + 1) calc(g + 1) calc(b + 1) / calc(alpha + 0.01))'] - expected: FAIL - - [Property color value 'hsl(from hsl(20 30 40 / 0.8) calc(h + 1) calc(s + 1) calc(l + 1) / calc(alpha + 0.01))'] - expected: FAIL - - [Property color value 'hwb(from hwb(20 30 40 / 0.8) calc(h + 1) calc(w + 1) calc(b + 1) / calc(alpha + 0.01))'] - expected: FAIL - - [Property color value 'lab(from lab(50 5 10 / 0.8) calc(l + 1) calc(a + 1) calc(b + 1) / calc(alpha + 0.01))'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.5 .05 0.1 / 0.8) calc(l + 0.01) calc(a + 0.01) calc(b + 0.01) / calc(alpha + 0.01))'] - expected: FAIL - - [Property color value 'lch(from lch(50 5 10 / 0.8) calc(l + 1) calc(c + 1) calc(h + 1) / calc(alpha + 0.01))'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.5 .05 0.1 / 0.8) calc(l + 0.01) calc(c + 0.01) calc(h + 0.01) / calc(alpha + 0.01))'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3 / 0.8) srgb calc(r + 0.01) calc(g + 0.01) calc(b + 0.01) / calc(alpha + 0.01))'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3 / 0.8) srgb-linear calc(r + 0.01) calc(g + 0.01) calc(b + 0.01) / calc(alpha + 0.01))'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3 / 0.8) a98-rgb calc(r + 0.01) calc(g + 0.01) calc(b + 0.01) / calc(alpha + 0.01))'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3 / 0.8) rec2020 calc(r + 0.01) calc(g + 0.01) calc(b + 0.01) / calc(alpha + 0.01))'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3 / 0.8) prophoto-rgb calc(r + 0.01) calc(g + 0.01) calc(b + 0.01) / calc(alpha + 0.01))'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3 / 0.8) display-p3 calc(r + 0.01) calc(g + 0.01) calc(b + 0.01) / calc(alpha + 0.01))'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100 / 0.8) xyz calc(x + 1) calc(y + 1) calc(z + 1) / calc(alpha + 0.01))'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100 / 0.8) xyz-d50 calc(x + 1) calc(y + 1) calc(z + 1) / calc(alpha + 0.01))'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100 / 0.8) xyz-d65 calc(x + 1) calc(y + 1) calc(z + 1) / calc(alpha + 0.01))'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.25 0.5 0.75) xyz-d50 x y z)'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.25 0.5 0.75) xyz-d65 x y z)'] - expected: FAIL - - [Property color value 'rgb(from color-mix(in srgb, red, red) r g b / alpha)'] - expected: FAIL - - [Property color value 'hsl(from color-mix(in srgb, red, red) h s l / alpha)'] - expected: FAIL - - [Property color value 'hwb(from color-mix(in srgb, red, red) h w b / alpha)'] - expected: FAIL - - [Property color value 'lab(from color-mix(in lab, lab(25 20 50), lab(25 20 50)) l a b / alpha)'] - expected: FAIL - - [Property color value 'oklab(from color-mix(in oklab, oklab(0.25 0.2 0.5), oklab(0.25 0.2 0.5)) l a b / alpha)'] - expected: FAIL - - [Property color value 'lch(from color-mix(in lch, lch(70 45 30), lch(70 45 30)) l c h / alpha)'] - expected: FAIL - - [Property color value 'oklch(from color-mix(in oklch, oklch(0.7 0.45 30), oklch(0.7 0.45 30)) l c h / alpha)'] - expected: FAIL - - [Property color value 'color(from color-mix(in xyz, color(srgb 0.7 0.5 0.3), color(srgb 0.7 0.5 0.3)) srgb r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color-mix(in xyz, color(srgb-linear 0.7 0.5 0.3), color(srgb-linear 0.7 0.5 0.3)) srgb-linear r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color-mix(in xyz, color(a98-rgb 0.7 0.5 0.3), color(a98-rgb 0.7 0.5 0.3)) a98-rgb r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color-mix(in xyz, color(rec2020 0.7 0.5 0.3), color(rec2020 0.7 0.5 0.3)) rec2020 r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color-mix(in xyz, color(prophoto-rgb 0.7 0.5 0.3), color(prophoto-rgb 0.7 0.5 0.3)) prophoto-rgb r g b / alpha)'] - expected: FAIL - - [Property color value 'color(from color-mix(in xyz, color(display-p3 0.7 0.5 0.3), color(display-p3 0.7 0.5 0.3)) display-p3 r g b / alpha)'] - expected: FAIL - [Property color value 'color(from color-mix(in xyz, color(xyz 0.7 0.5 0.3), color(xyz 0.7 0.5 0.3)) xyz r g b / alpha)'] expected: FAIL @@ -3371,333 +512,21 @@ [Property color value 'color(from color-mix(in xyz, color(xyz-d65 0.7 0.5 0.3), color(xyz-d65 0.7 0.5 0.3)) xyz-d65 r g b / alpha)'] expected: FAIL - [Property color value 'rgb(from rebeccapurple calc((r / 255) * 100%) calc((g / 255) * 100%) calc((b / 255) * 100%) / calc(alpha * 100%))'] - expected: FAIL - - [Property color value 'hsl(from rebeccapurple calc((h / 360) * 360deg) calc((s / 100) * 100%) calc((l / 100) * 100%) / calc(alpha * 100%))'] - expected: FAIL - - [Property color value 'hwb(from rebeccapurple calc((h / 360) * 360deg) calc((w / 100) * 100%) calc((b / 100) * 100%) / calc(alpha * 100%))'] - expected: FAIL - - [Property color value 'lab(from lab(25 20 50) calc((l / 100) * 100%) calc((a / 125) * 100%) calc((b / 125) * 100%) / calc(alpha * 100%))'] - expected: FAIL - - [Property color value 'oklab(from oklab(0.25 0.2 0.5) calc(l * 100%) calc((a / 0.4) * 100%) calc((b / 0.4) * 100%) / calc(alpha * 100%))'] - expected: FAIL - - [Property color value 'lch(from lch(0.7 45 30) calc((l / 100) * 100%) calc((c / 150) * 100%) calc((h / 360) * 360deg) / calc(alpha * 100%))'] - expected: FAIL - - [Property color value 'oklch(from oklch(0.7 0.45 30) calc(l * 100%) calc((c / 0.4) * 100%) calc((h / 360) * 360deg) / calc(alpha * 100%))'] - expected: FAIL - - [Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb calc(r * 100%) calc(g * 100%) calc(b * 100%) / calc(alpha * 100%))'] - expected: FAIL - - [Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear calc(r * 100%) calc(g * 100%) calc(b * 100%) / calc(alpha * 100%))'] - expected: FAIL - - [Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb calc(r * 100%) calc(g * 100%) calc(b * 100%) / calc(alpha * 100%))'] - expected: FAIL - - [Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 calc(r * 100%) calc(g * 100%) calc(b * 100%) / calc(alpha * 100%))'] - expected: FAIL - - [Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb calc(r * 100%) calc(g * 100%) calc(b * 100%) / calc(alpha * 100%))'] - expected: FAIL - - [Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 calc(r * 100%) calc(g * 100%) calc(b * 100%) / calc(alpha * 100%))'] - expected: FAIL - - [Property color value 'color(from color(xyz 7 -20.5 100) xyz calc(x * 100%) calc(y * 100%) calc(z * 100%) / calc(alpha * 100%))'] - expected: FAIL - - [Property color value 'color(from color-mix(in xyz, color(xyz 0.7 0.5 0.3), color(xyz 0.7 0.5 0.3)) xyz x y z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d50 7 -20.5 100) xyz-d50 calc(x * 100%) calc(y * 100%) calc(z * 100%) / calc(alpha * 100%))'] - expected: FAIL - - [Property color value 'color(from color-mix(in xyz, color(xyz-d50 0.7 0.5 0.3), color(xyz-d50 0.7 0.5 0.3)) xyz-d50 x y z / alpha)'] - expected: FAIL - - [Property color value 'color(from color(xyz-d65 7 -20.5 100) xyz-d65 calc(x * 100%) calc(y * 100%) calc(z * 100%) / calc(alpha * 100%))'] - expected: FAIL - - [Property color value 'color(from color-mix(in xyz, color(xyz-d65 0.7 0.5 0.3), color(xyz-d65 0.7 0.5 0.3)) xyz-d65 x y z / alpha)'] - expected: FAIL - [Property color value 'color(from rgb(from color(xyz-d50 0.99 0.88 0.77) r g b) xyz-d50 x y z)'] expected: FAIL - [Property color value 'color(from hsl(from color(xyz-d50 0.99 0.88 0.77) h s l) xyz-d50 x y z)'] - expected: FAIL - [Property color value 'color(from hwb(from color(xyz-d50 0.99 0.88 0.77) h w b) xyz-d50 x y z)'] expected: FAIL - [Property color value 'color(from lab(from color(xyz-d50 0.99 0.88 0.77) l a b) xyz-d50 x y z)'] - expected: FAIL - - [Property color value 'color(from lch(from color(xyz-d50 0.99 0.88 0.77) l c h) xyz-d50 x y z)'] - expected: FAIL - - [Property color value 'color(from oklab(from color(xyz-d50 0.99 0.88 0.77) l a b) xyz-d50 x y z)'] - expected: FAIL - - [Property color value 'color(from oklch(from color(xyz-d50 0.99 0.88 0.77) l c h) xyz-d50 x y z)'] - expected: FAIL - - [Property color value 'color(from color(from color(xyz-d50 0.99 0.88 0.77) srgb r g b) xyz-d50 x y z)'] - expected: FAIL - - [Property color value 'color(from color(from color(xyz-d50 0.99 0.88 0.77) srgb-linear r g b) xyz-d50 x y z)'] - expected: FAIL - - [Property color value 'color(from color(from color(xyz-d50 0.99 0.88 0.77) display-p3 r g b) xyz-d50 x y z)'] - expected: FAIL - - [Property color value 'color(from color(from color(xyz-d50 0.99 0.88 0.77) a98-rgb r g b) xyz-d50 x y z)'] - expected: FAIL - - [Property color value 'color(from color(from color(xyz-d50 0.99 0.88 0.77) prophoto-rgb r g b) xyz-d50 x y z)'] - expected: FAIL - - [Property color value 'color(from color(from color(xyz-d50 0.99 0.88 0.77) rec2020 r g b) xyz-d50 x y z)'] - expected: FAIL - - [Property color value 'color(from color(from color(xyz-d50 0.99 0.88 0.77) xyz x y z) xyz-d50 x y z)'] - expected: FAIL - - [Property color value 'color(from color(from color(xyz-d50 0.99 0.88 0.77) xyz-d50 x y z) xyz-d50 x y z)'] - expected: FAIL - - [Property color value 'color(from color(from color(xyz-d50 0.99 0.88 0.77) xyz-d65 x y z) xyz-d50 x y z)'] - expected: FAIL - [Property color value 'color(from rgb(from color(xyz-d65 0.99 0.88 0.77) r g b) xyz-d65 x y z)'] expected: FAIL - [Property color value 'color(from hsl(from color(xyz-d65 0.99 0.88 0.77) h s l) xyz-d65 x y z)'] - expected: FAIL - [Property color value 'color(from hwb(from color(xyz-d65 0.99 0.88 0.77) h w b) xyz-d65 x y z)'] expected: FAIL - [Property color value 'color(from lab(from color(xyz-d65 0.99 0.88 0.77) l a b) xyz-d65 x y z)'] - expected: FAIL - - [Property color value 'color(from lch(from color(xyz-d65 0.99 0.88 0.77) l c h) xyz-d65 x y z)'] - expected: FAIL - - [Property color value 'color(from oklab(from color(xyz-d65 0.99 0.88 0.77) l a b) xyz-d65 x y z)'] - expected: FAIL - - [Property color value 'color(from oklch(from color(xyz-d65 0.99 0.88 0.77) l c h) xyz-d65 x y z)'] - expected: FAIL - - [Property color value 'color(from color(from color(xyz-d65 0.99 0.88 0.77) srgb r g b) xyz-d65 x y z)'] - expected: FAIL - - [Property color value 'color(from color(from color(xyz-d65 0.99 0.88 0.77) srgb-linear r g b) xyz-d65 x y z)'] - expected: FAIL - - [Property color value 'color(from color(from color(xyz-d65 0.99 0.88 0.77) display-p3 r g b) xyz-d65 x y z)'] - expected: FAIL - - [Property color value 'color(from color(from color(xyz-d65 0.99 0.88 0.77) a98-rgb r g b) xyz-d65 x y z)'] - expected: FAIL - - [Property color value 'color(from color(from color(xyz-d65 0.99 0.88 0.77) prophoto-rgb r g b) xyz-d65 x y z)'] - expected: FAIL - - [Property color value 'color(from color(from color(xyz-d65 0.99 0.88 0.77) rec2020 r g b) xyz-d65 x y z)'] - expected: FAIL - - [Property color value 'color(from color(from color(xyz-d65 0.99 0.88 0.77) xyz x y z) xyz-d65 x y z)'] - expected: FAIL - - [Property color value 'color(from color(from color(xyz-d65 0.99 0.88 0.77) xyz-d50 x y z) xyz-d65 x y z)'] - expected: FAIL - - [Property color value 'color(from color(from color(xyz-d65 0.99 0.88 0.77) xyz-d65 x y z) xyz-d65 x y z)'] - expected: FAIL - - [Property color value 'rgb(from rgb(from rebeccapurple r g b / calc(alpha + 0.5)) r g b / calc(alpha - 0.5))'] - expected: FAIL - - [Property color value 'rgb(from rgb(from rebeccapurple r g b / calc(alpha - 1.5)) r g b / calc(alpha + 0.5))'] - expected: FAIL - [Property color value 'color-mix(in srgb, rgb(from rebeccapurple none g b), rebeccapurple)'] expected: FAIL - [Property color value 'hsl(from hsl(from rebeccapurple h s l / calc(alpha + 0.5)) h s l / calc(alpha - 0.5))'] - expected: FAIL - - [Property color value 'hsl(from hsl(from rebeccapurple h s l / calc(alpha - 1.5)) h s l / calc(alpha + 0.5))'] - expected: FAIL - - [Property color value 'color-mix(in hsl, hsl(from rebeccapurple none s l), rebeccapurple)'] - expected: FAIL - - [Property color value 'hwb(from hwb(from rebeccapurple h w b / calc(alpha + 0.5)) h w b / calc(alpha - 0.5))'] - expected: FAIL - - [Property color value 'hwb(from hwb(from rebeccapurple h w b / calc(alpha - 1.5)) h w b / calc(alpha + 0.5))'] - expected: FAIL - - [Property color value 'color-mix(in hwb, hwb(from rebeccapurple none w b), rebeccapurple)'] - expected: FAIL - - [Property color value 'lab(from lab(from lab(25 20 50) l a b / calc(alpha + 0.5)) l a b / calc(alpha - 0.5))'] - expected: FAIL - - [Property color value 'lab(from lab(from lab(25 20 50) l a b / calc(alpha - 1.5)) l a b / calc(alpha + 0.5))'] - expected: FAIL - - [Property color value 'color-mix(in lab, lab(from lab(25 20 50) none a b), lab(25 20 50))'] - expected: FAIL - - [Property color value 'oklab(from oklab(from oklab(0.25 0.2 0.5) l a b / calc(alpha + 0.5)) l a b / calc(alpha - 0.5))'] - expected: FAIL - - [Property color value 'oklab(from oklab(from oklab(0.25 0.2 0.5) l a b / calc(alpha - 1.5)) l a b / calc(alpha + 0.5))'] - expected: FAIL - - [Property color value 'color-mix(in oklab, oklab(from oklab(0.25 0.2 0.5) none a b), oklab(0.25 0.2 0.5))'] - expected: FAIL - - [Property color value 'lch(from lch(from lch(0.7 45 30) l c h / calc(alpha + 0.5)) l c h / calc(alpha - 0.5))'] - expected: FAIL - - [Property color value 'lch(from lch(from lch(0.7 45 30) l c h / calc(alpha - 1.5)) l c h / calc(alpha + 0.5))'] - expected: FAIL - - [Property color value 'color-mix(in lch, lch(from lch(0.7 45 30) l c none), lch(0.7 45 30))'] - expected: FAIL - - [Property color value 'oklch(from oklch(from oklch(0.7 0.45 30) l c h / calc(alpha + 0.5)) l c h / calc(alpha - 0.5))'] - expected: FAIL - - [Property color value 'oklch(from oklch(from oklch(0.7 0.45 30) l c h / calc(alpha - 1.5)) l c h / calc(alpha + 0.5))'] - expected: FAIL - - [Property color value 'color-mix(in oklch, oklch(from oklch(0.7 0.45 30) l c none), oklch(0.7 0.45 30))'] - expected: FAIL - - [Property color value 'color(from color(from color(srgb 0.7 0.5 0.3) srgb r g b / calc(alpha + 0.5)) srgb r g b / calc(alpha - 0.5))'] - expected: FAIL - - [Property color value 'color(from color(from color(srgb 0.7 0.5 0.3) srgb r g b / calc(alpha - 1.5)) srgb r g b / calc(alpha + 0.5))'] - expected: FAIL - - [Property color value 'color(from color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g b / calc(alpha + 0.5)) srgb-linear r g b / calc(alpha - 0.5))'] - expected: FAIL - - [Property color value 'color(from color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g b / calc(alpha - 1.5)) srgb-linear r g b / calc(alpha + 0.5))'] - expected: FAIL - - [Property color value 'color(from color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g b / calc(alpha + 0.5)) a98-rgb r g b / calc(alpha - 0.5))'] - expected: FAIL - - [Property color value 'color(from color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g b / calc(alpha - 1.5)) a98-rgb r g b / calc(alpha + 0.5))'] - expected: FAIL - - [Property color value 'color(from color(from color(rec2020 0.7 0.5 0.3) rec2020 r g b / calc(alpha + 0.5)) rec2020 r g b / calc(alpha - 0.5))'] - expected: FAIL - - [Property color value 'color(from color(from color(rec2020 0.7 0.5 0.3) rec2020 r g b / calc(alpha - 1.5)) rec2020 r g b / calc(alpha + 0.5))'] - expected: FAIL - - [Property color value 'color(from color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g b / calc(alpha + 0.5)) prophoto-rgb r g b / calc(alpha - 0.5))'] - expected: FAIL - - [Property color value 'color(from color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g b / calc(alpha - 1.5)) prophoto-rgb r g b / calc(alpha + 0.5))'] - expected: FAIL - - [Property color value 'color(from color(from color(display-p3 0.7 0.5 0.3) display-p3 r g b / calc(alpha + 0.5)) display-p3 r g b / calc(alpha - 0.5))'] - expected: FAIL - - [Property color value 'color(from color(from color(display-p3 0.7 0.5 0.3) display-p3 r g b / calc(alpha - 1.5)) display-p3 r g b / calc(alpha + 0.5))'] - expected: FAIL - - [Property color value 'color(from color(from color(xyz 7 -20.5 100) xyz x y z / calc(alpha + 0.5)) xyz x y z / calc(alpha - 0.5))'] - expected: FAIL - - [Property color value 'color(from color(from color(xyz 7 -20.5 100) xyz x y z / calc(alpha - 1.5)) xyz x y z / calc(alpha + 0.5))'] - expected: FAIL - - [Property color value 'color(from color(from color(xyz-d50 7 -20.5 100) xyz-d50 x y z / calc(alpha + 0.5)) xyz-d50 x y z / calc(alpha - 0.5))'] - expected: FAIL - - [Property color value 'color(from color(from color(xyz-d50 7 -20.5 100) xyz-d50 x y z / calc(alpha - 1.5)) xyz-d50 x y z / calc(alpha + 0.5))'] - expected: FAIL - - [Property color value 'color(from color(from color(xyz-d65 7 -20.5 100) xyz-d65 x y z / calc(alpha + 0.5)) xyz-d65 x y z / calc(alpha - 0.5))'] - expected: FAIL - - [Property color value 'color(from color(from color(xyz-d65 7 -20.5 100) xyz-d65 x y z / calc(alpha - 1.5)) xyz-d65 x y z / calc(alpha + 0.5))'] - expected: FAIL - - [Property background-color value 'rgb(from currentColor r g b)'] - expected: FAIL - - [Property background-color value 'hsl(from currentColor h s l)'] - expected: FAIL - - [Property background-color value 'hwb(from currentColor h w b)'] - expected: FAIL - - [Property background-color value 'lab(from currentColor l a b)'] - expected: FAIL - - [Property background-color value 'oklab(from currentColor l a b)'] - expected: FAIL - - [Property background-color value 'lch(from currentColor l c h)'] - expected: FAIL - - [Property background-color value 'oklch(from currentColor l c h)'] - expected: FAIL - - [Property background-color value 'color(from currentColor srgb r g b)'] - expected: FAIL - - [Property background-color value 'color(from currentColor srgb-linear r g b)'] - expected: FAIL - - [Property background-color value 'color(from currentColor a98-rgb r g b)'] - expected: FAIL - - [Property background-color value 'color(from currentColor rec2020 r g b)'] - expected: FAIL - - [Property background-color value 'color(from currentColor prophoto-rgb r g b)'] - expected: FAIL - - [Property background-color value 'color(from currentColor display-p3 r g b)'] - expected: FAIL - - [Property background-color value 'color(from currentColor xyz x y z)'] - expected: FAIL - - [Property background-color value 'color(from currentColor xyz-d50 x y z)'] - expected: FAIL - - [Property background-color value 'color(from currentColor xyz-d65 x y z)'] - expected: FAIL - - [Property background-color value 'rgb(from color-mix(in srgb, currentColor, red) r g b / alpha)'] - expected: FAIL - - [Property background-color value 'rgb(from rgb(from currentColor r g b) r g b)'] - expected: FAIL - - [Property background-color value 'hsl(from currentColor calc((h / 360) * 360deg) s l)'] - expected: FAIL - [Property color value 'light-dark(rgb(from rebeccapurple r g b), rgb(from rebeccapurple r g b))'] expected: FAIL diff --git a/tests/wpt/meta/css/css-color/parsing/color-valid-relative-color.html.ini b/tests/wpt/meta/css/css-color/parsing/color-valid-relative-color.html.ini index 380c9a54f3f..77258a0ba03 100644 --- a/tests/wpt/meta/css/css-color/parsing/color-valid-relative-color.html.ini +++ b/tests/wpt/meta/css/css-color/parsing/color-valid-relative-color.html.ini @@ -1,19 +1,4 @@ [color-valid-relative-color.html] - [e.style['color'\] = "rgb(from rebeccapurple r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(20%, 40%, 60%, 80%) r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from hsl(120deg 20% 50% / .5) r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(from rebeccapurple r g b) r g b)" should set the property value] - expected: FAIL - [e.style['color'\] = "rgb(from color(display-p3 0 1 0) r g b / alpha)" should set the property value] expected: FAIL @@ -41,210 +26,12 @@ [e.style['color'\] = "rgb(from oklch(0 0.399 336.3) r g b)" should set the property value] expected: FAIL - [e.style['color'\] = "rgb(from rebeccapurple 0 0 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple 0 0 0 / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple 0 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple r 0 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple r g 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple r g b / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(20%, 40%, 60%, 80%) 0 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(20%, 40%, 60%, 80%) r 0 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(20%, 40%, 60%, 80%) r g 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(20%, 40%, 60%, 80%) r g b / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple 25 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple r 25 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple r g 25 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple r g b / .25)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(20%, 40%, 60%, 80%) 25 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(20%, 40%, 60%, 80%) r 25 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(20%, 40%, 60%, 80%) r g 25 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(20%, 40%, 60%, 80%) r g b / .20)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple 20% g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple r 20% b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple r g 20% / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple r g b / 20%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(20%, 40%, 60%, 80%) 20% g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(20%, 40%, 60%, 80%) r 20% b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(20%, 40%, 60%, 80%) r g 20% / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(20%, 40%, 60%, 80%) r g b / 20%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple 25 g b / 25%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple r 25 b / 25%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple r g 25 / 25%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(20%, 40%, 60%, 80%) 25 g b / 25%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(20%, 40%, 60%, 80%) r 25 b / 25%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(20%, 40%, 60%, 80%) r g 25 / 25%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple g b r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple b alpha r / g)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple r r r / r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple alpha alpha alpha / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(20%, 40%, 60%, 80%) g b r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(20%, 40%, 60%, 80%) b alpha r / g)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(20%, 40%, 60%, 80%) r r r / r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(20%, 40%, 60%, 80%) alpha alpha alpha / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple r 20% 10)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple r 10 20%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple 0% 10 10)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(20%, 40%, 60%, 80%) r 20% 10)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(20%, 40%, 60%, 80%) r 10 20%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(20%, 40%, 60%, 80%) 0% 10 10)" should set the property value] - expected: FAIL - [e.style['color'\] = "rgb(from rebeccapurple calc(r) calc(g) calc(b))" should set the property value] expected: FAIL - [e.style['color'\] = "rgb(from rebeccapurple r calc(g * 2) 10)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple b calc(r * .5) 10)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple r calc(g * .5 + g * .5) 10)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple r calc(b * .5 - g * .5) 10)" should set the property value] - expected: FAIL - [e.style['color'\] = "rgb(from rgb(20%, 40%, 60%, 80%) calc(r) calc(g) calc(b) / calc(alpha))" should set the property value] expected: FAIL - [e.style['color'\] = "rgb(from rebeccapurple none none none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple none none none / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple r g none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple r g none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rebeccapurple r g b / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(20% 40% 60% / 80%) r g none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(20% 40% 60% / 80%) r g b / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(none none none) r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(none none none / none) r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(20% none 60%) r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from rgb(20% 40% 60% / none) r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rebeccapurple h s l)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rebeccapurple h s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rgb(20%, 40%, 60%, 80%) h s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from hsl(120deg 20% 50% / .5) h s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from hsl(from rebeccapurple h s l) h s l)" should set the property value] - expected: FAIL - [e.style['color'\] = "hsl(from color(display-p3 0 1 0) h s l / alpha)" should set the property value] expected: FAIL @@ -272,165 +59,12 @@ [e.style['color'\] = "hsl(from oklch(0 0.399 336.3) h s l)" should set the property value] expected: FAIL - [e.style['color'\] = "hsl(from rebeccapurple 0 0% 0%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rebeccapurple 0deg 0% 0%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rebeccapurple 0 0% 0% / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rebeccapurple 0deg 0% 0% / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rebeccapurple 0 s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rebeccapurple 0deg s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rebeccapurple h 0% l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rebeccapurple h s 0% / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rebeccapurple h s l / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rgb(20%, 40%, 60%, 80%) 0 s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rgb(20%, 40%, 60%, 80%) 0deg s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rgb(20%, 40%, 60%, 80%) h 0% l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rgb(20%, 40%, 60%, 80%) h s 0% / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rgb(20%, 40%, 60%, 80%) h s l / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rebeccapurple 25 s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rebeccapurple 25deg s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rebeccapurple h 20% l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rebeccapurple h s 20% / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rebeccapurple h s l / .25)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rgb(20%, 40%, 60%, 80%) 25 s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rgb(20%, 40%, 60%, 80%) 25deg s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rgb(20%, 40%, 60%, 80%) h 20% l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rgb(20%, 40%, 60%, 80%) h s 20% / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rgb(20%, 40%, 60%, 80%) h s l / .2)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rebeccapurple h l s)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rebeccapurple h alpha l / s)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rebeccapurple h l l / l)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rebeccapurple h alpha alpha / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rgb(20%, 40%, 60%, 80%) h l s)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rgb(20%, 40%, 60%, 80%) h alpha l / s)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rgb(20%, 40%, 60%, 80%) h l l / l)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rgb(20%, 40%, 60%, 80%) h alpha alpha / alpha)" should set the property value] - expected: FAIL - [e.style['color'\] = "hsl(from rebeccapurple calc(h) calc(s) calc(l))" should set the property value] expected: FAIL [e.style['color'\] = "hsl(from rgb(20%, 40%, 60%, 80%) calc(h) calc(s) calc(l) / calc(alpha))" should set the property value] expected: FAIL - [e.style['color'\] = "hsl(from rebeccapurple none none none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rebeccapurple none none none / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rebeccapurple h s none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rebeccapurple h s none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rebeccapurple h s l / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from rebeccapurple none s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from hsl(120deg 20% 50% / .5) h s none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from hsl(120deg 20% 50% / .5) h s l / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from hsl(120deg 20% 50% / .5) none s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from hsl(none none none) h s l)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from hsl(none none none / none) h s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from hsl(120deg none 50% / .5) h s l)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from hsl(120deg 20% 50% / none) h s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from hsl(none 20% 50% / .5) h s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rebeccapurple h w b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rebeccapurple h w b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rgb(20%, 40%, 60%, 80%) h w b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from hsl(120deg 20% 50% / .5) h w b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from hwb(from rebeccapurple h w b) h w b)" should set the property value] - expected: FAIL - [e.style['color'\] = "hwb(from color(display-p3 0 1 0) h w b / alpha)" should set the property value] expected: FAIL @@ -458,282 +92,18 @@ [e.style['color'\] = "hwb(from oklch(0 0.399 336.3) h w b)" should set the property value] expected: FAIL - [e.style['color'\] = "hwb(from rebeccapurple 0 0% 0%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rebeccapurple 0deg 0% 0%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rebeccapurple 0 0% 0% / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rebeccapurple 0deg 0% 0% / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rebeccapurple 0 w b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rebeccapurple 0deg w b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rebeccapurple h 0% b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rebeccapurple h w 0% / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rebeccapurple h w b / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rgb(20%, 40%, 60%, 80%) 0 w b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rgb(20%, 40%, 60%, 80%) 0deg w b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rgb(20%, 40%, 60%, 80%) h 0% b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rgb(20%, 40%, 60%, 80%) h w 0% / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rgb(20%, 40%, 60%, 80%) h w b / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rebeccapurple 25 w b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rebeccapurple 25deg w b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rebeccapurple h 20% b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rebeccapurple h w 20% / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rebeccapurple h w b / .2)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rgb(20%, 40%, 60%, 80%) 25 w b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rgb(20%, 40%, 60%, 80%) 25deg w b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rgb(20%, 40%, 60%, 80%) h 20% b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rgb(20%, 40%, 60%, 80%) h w 20% / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rgb(20%, 40%, 60%, 80%) h w b / .2)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rebeccapurple h b w)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rebeccapurple h alpha w / b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rebeccapurple h w w / w)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rebeccapurple h alpha alpha / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rgb(20%, 40%, 60%, 80%) h b w)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rgb(20%, 40%, 60%, 80%) h alpha w / b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rgb(20%, 40%, 60%, 80%) h w w / w)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rgb(20%, 40%, 60%, 80%) h alpha alpha / alpha)" should set the property value] - expected: FAIL - [e.style['color'\] = "hwb(from rebeccapurple calc(h) calc(w) calc(b))" should set the property value] expected: FAIL [e.style['color'\] = "hwb(from rgb(20%, 40%, 60%, 80%) calc(h) calc(w) calc(b) / calc(alpha))" should set the property value] expected: FAIL - [e.style['color'\] = "hwb(from rebeccapurple none none none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rebeccapurple none none none / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rebeccapurple h w none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rebeccapurple h w none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rebeccapurple h w b / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from rebeccapurple none w b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from hwb(120deg 20% 50% / .5) h w none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from hwb(120deg 20% 50% / .5) h w b / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from hwb(120deg 20% 50% / .5) none w b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from hwb(none none none) h w b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from hwb(none none none / none) h w b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from hwb(120deg none 50% / .5) h w b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from hwb(120deg 20% 50% / none) h w b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from hwb(none 20% 50% / .5) h w b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50) l a b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50) l a b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50 / 40%) l a b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(200 300 400 / 500%) l a b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(-200 -300 -400 / -500%) l a b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(from lab(25 20 50) l a b) l a b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from color(display-p3 0 0 0) l a b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50) 0 0 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50) 0 0 0 / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50) 0 a b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50) l 0 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50) l a 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50) l a b / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50 / 40%) 0 a b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50 / 40%) l 0 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50 / 40%) l a 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50 / 40%) l a b / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50) 35 a b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50) l 35 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50) l a 35 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50) l a b / .35)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50 / 40%) 35 a b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50 / 40%) l 35 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50 / 40%) l a 35 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50 / 40%) l a b / .35)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(0.7 45 30 / 40%) 200 300 400 / 500)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(0.7 45 30 / 40%) -200 -300 -400 / -500)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50) l b a)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50) l a a / a)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50 / 40%) l b a)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50 / 40%) l a a / a)" should set the property value] - expected: FAIL - [e.style['color'\] = "lab(from lab(25 20 50) calc(l) calc(a) calc(b))" should set the property value] expected: FAIL [e.style['color'\] = "lab(from lab(25 20 50 / 40%) calc(l) calc(a) calc(b) / calc(alpha))" should set the property value] expected: FAIL - [e.style['color'\] = "lab(from lab(25 20 50) none none none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50) none none none / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50) l a none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50) l a none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50) l a b / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50 / 40%) l a none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50 / 40%) l a b / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(none none none) l a b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(none none none / none) l a b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 none 50) l a b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(25 20 50 / none) l a b / alpha)" should set the property value] - expected: FAIL - [e.style['color'\] = "oklab(from oklab(25 20 50) l a b)" should set the property value] expected: FAIL @@ -752,9 +122,6 @@ [e.style['color'\] = "oklab(from oklab(from oklab(25 20 50) l a b) l a b)" should set the property value] expected: FAIL - [e.style['color'\] = "oklab(from color(display-p3 0 0 0) l a b / alpha)" should set the property value] - expected: FAIL - [e.style['color'\] = "oklab(from oklab(25 20 50) 0 0 0)" should set the property value] expected: FAIL @@ -854,12 +221,6 @@ [e.style['color'\] = "oklab(from oklab(25 20 50 / 40%) l a b / none)" should set the property value] expected: FAIL - [e.style['color'\] = "oklab(from oklab(none none none) l a b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(none none none / none) l a b / alpha)" should set the property value] - expected: FAIL - [e.style['color'\] = "oklab(from oklab(25 none 50) l a b)" should set the property value] expected: FAIL @@ -902,114 +263,9 @@ [e.style['color'\] = "oklab(from oklab(.7 45 30 / 40%) alpha a a / alpha)" should set the property value] expected: FAIL - [e.style['color'\] = "lch(from lch(0.7 45 30) l c h)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30) l c h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30 / 40%) l c h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(200 300 400 / 500%) l c h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(-200 -300 -400 / -500%) l c h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(from lch(0.7 45 30) l c h) l c h)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from color(display-p3 0 0 0) l c h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lab(0.7 45 30) l c h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30) 0 0 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30) 0 0 0deg)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30) 0 0 0 / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30) 0 0 0deg / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30) 0 c h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30) l 0 h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30) l c 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30) l c 0deg / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30) l c h / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30 / 40%) 0 c h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30 / 40%) l 0 h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30 / 40%) l c 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30 / 40%) l c 0deg / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30 / 40%) l c h / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30) 25 c h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30) l 25 h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30) l c 25 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30) l c 25deg / alpha)" should set the property value] - expected: FAIL - [e.style['color'\] = "lch(from lch(0.7 45 30) l c h / .25)" should set the property value] expected: FAIL - [e.style['color'\] = "lch(from lch(0.7 45 30 / 40%) 25 c h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30 / 40%) l 25 h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30 / 40%) l c 25 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30 / 40%) l c 25deg / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30 / 40%) l c h / .25)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30 / 40%) 200 300 400 / 500)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30 / 40%) -200 -300 -400 / -500)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30 / 40%) 50 120 400deg / 500)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30 / 40%) 50 120 -400deg / -500)" should set the property value] - expected: FAIL - [e.style['color'\] = "lch(from lch(.7 45 30) l c c / alpha)" should set the property value] expected: FAIL @@ -1022,39 +278,6 @@ [e.style['color'\] = "lch(from lch(0.7 45 30 / 40%) calc(l) calc(c) calc(h) / calc(alpha))" should set the property value] expected: FAIL - [e.style['color'\] = "lch(from lch(0.7 45 30) none none none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30) none none none / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30) l c none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30) l c none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30) l c h / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30 / 40%) l c none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30 / 40%) l c h / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(none none none) l c h)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(none none none / none) l c h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 none 30) l c h)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30 / none) l c h / alpha)" should set the property value] - expected: FAIL - [e.style['color'\] = "oklch(from oklch(0.7 45 30) l c h)" should set the property value] expected: FAIL @@ -1073,12 +296,6 @@ [e.style['color'\] = "oklch(from oklch(from oklch(0.7 45 30) l c h) l c h)" should set the property value] expected: FAIL - [e.style['color'\] = "oklch(from color(display-p3 0 0 0) l c h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklab(0.7 45 30) l c h / alpha)" should set the property value] - expected: FAIL - [e.style['color'\] = "oklch(from oklch(0.7 45 30) 0 0 0)" should set the property value] expected: FAIL @@ -1196,15 +413,6 @@ [e.style['color'\] = "oklch(from oklch(0.7 45 30 / 40%) l c h / none)" should set the property value] expected: FAIL - [e.style['color'\] = "oklch(from oklch(none none none) l c h)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(none none none / none) l c h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 none 30) l c h)" should set the property value] - expected: FAIL - [e.style['color'\] = "oklch(from oklch(0.7 45 30 / none) l c h / alpha)" should set the property value] expected: FAIL @@ -1244,1605 +452,60 @@ [e.style['color'\] = "oklch(from oklch(.7 45 30 / 40%) alpha c c / alpha)" should set the property value] expected: FAIL - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3 / 40%) srgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3 / 40%) srgb r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(from color(srgb 0.7 0.5 0.3) srgb r g b) srgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb 0 0 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb 0 0 0 / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb 0 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb r 0 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb r g 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb r g b / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3 / 40%) srgb 0 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3 / 40%) srgb r 0 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3 / 40%) srgb r g 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3 / 40%) srgb r g b / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb 0.2 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb 20% g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb r 0.2 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb r 20% b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb r g 0.2 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb r g 20% / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb r g b / 0.2)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb r g b / 20%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3 / 40%) srgb 0.2 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3 / 40%) srgb 20% g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3 / 40%) srgb r 0.2 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3 / 40%) srgb r 20% b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3 / 40%) srgb r g 0.2 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3 / 40%) srgb r g 20% / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3 / 40%) srgb r g b / 0.2)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3 / 40%) srgb r g b / 20%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb 2 3 4)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb 2 3 4 / 5)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb -2 -3 -4)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb -2 -3 -4 / -5)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb 200% 300% 400%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb 200% 300% 400% / 500%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb -200% -300% -400%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb -200% -300% -400% / -500%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb g b r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb b alpha r / g)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb r r r / r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb alpha alpha alpha / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3 / 40%) srgb g b r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3 / 40%) srgb b alpha r / g)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3 / 40%) srgb r r r / r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3 / 40%) srgb alpha alpha alpha / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 1.7 1.5 1.3) srgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 1.7 1.5 1.3) srgb r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 1.7 1.5 1.3 / 140%) srgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 1.7 1.5 1.3 / 140%) srgb r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb -0.7 -0.5 -0.3) srgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb -0.7 -0.5 -0.3) srgb r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb -0.7 -0.5 -0.3 / -40%) srgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb -0.7 -0.5 -0.3 / -40%) srgb r g b / alpha)" should set the property value] - expected: FAIL - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb calc(r) calc(g) calc(b))" should set the property value] expected: FAIL [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3 / 40%) srgb calc(r) calc(g) calc(b) / calc(alpha))" should set the property value] expected: FAIL - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb none none none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb none none none / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb r g none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb r g none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3) srgb r g b / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3 / 40%) srgb r g none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3 / 40%) srgb r g b / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb none none none) srgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb none none none / none) srgb r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 none 0.3) srgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb 0.7 0.5 0.3 / none) srgb r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g b) srgb-linear r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear 0 0 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear 0 0 0 / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear 0 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r 0 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g b / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear 0 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear r 0 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear r g 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear r g b / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear 0.2 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear 20% g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r 0.2 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r 20% b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g 0.2 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g 20% / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g b / 0.2)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g b / 20%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear 0.2 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear 20% g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear r 0.2 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear r 20% b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear r g 0.2 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear r g 20% / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear r g b / 0.2)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear r g b / 20%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear 2 3 4)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear 2 3 4 / 5)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear -2 -3 -4)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear -2 -3 -4 / -5)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear 200% 300% 400%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear 200% 300% 400% / 500%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear -200% -300% -400%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear -200% -300% -400% / -500%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear g b r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear b alpha r / g)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r r r / r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear alpha alpha alpha / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear g b r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear b alpha r / g)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear r r r / r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear alpha alpha alpha / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 1.7 1.5 1.3) srgb-linear r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 1.7 1.5 1.3) srgb-linear r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 1.7 1.5 1.3 / 140%) srgb-linear r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 1.7 1.5 1.3 / 140%) srgb-linear r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear -0.7 -0.5 -0.3) srgb-linear r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear -0.7 -0.5 -0.3) srgb-linear r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear -0.7 -0.5 -0.3 / -40%) srgb-linear r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear -0.7 -0.5 -0.3 / -40%) srgb-linear r g b / alpha)" should set the property value] - expected: FAIL - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear calc(r) calc(g) calc(b))" should set the property value] expected: FAIL [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear calc(r) calc(g) calc(b) / calc(alpha))" should set the property value] expected: FAIL - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear none none none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear none none none / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear r g b / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear r g none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3 / 40%) srgb-linear r g b / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear none none none) srgb-linear r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear none none none / none) srgb-linear r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 none 0.3) srgb-linear r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(srgb-linear 0.7 0.5 0.3 / none) srgb-linear r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g b) a98-rgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb 0 0 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb 0 0 0 / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb 0 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r 0 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g b / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb 0 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb r 0 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb r g 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb r g b / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb 0.2 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb 20% g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r 0.2 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r 20% b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g 0.2 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g 20% / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g b / 0.2)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g b / 20%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb 0.2 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb 20% g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb r 0.2 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb r 20% b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb r g 0.2 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb r g 20% / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb r g b / 0.2)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb r g b / 20%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb 2 3 4)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb 2 3 4 / 5)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb -2 -3 -4)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb -2 -3 -4 / -5)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb 200% 300% 400%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb 200% 300% 400% / 500%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb -200% -300% -400%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb -200% -300% -400% / -500%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb g b r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb b alpha r / g)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r r r / r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb alpha alpha alpha / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb g b r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb b alpha r / g)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb r r r / r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb alpha alpha alpha / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 1.7 1.5 1.3) a98-rgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 1.7 1.5 1.3) a98-rgb r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 1.7 1.5 1.3 / 140%) a98-rgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 1.7 1.5 1.3 / 140%) a98-rgb r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb -0.7 -0.5 -0.3) a98-rgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb -0.7 -0.5 -0.3) a98-rgb r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb -0.7 -0.5 -0.3 / -40%) a98-rgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb -0.7 -0.5 -0.3 / -40%) a98-rgb r g b / alpha)" should set the property value] - expected: FAIL - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb calc(r) calc(g) calc(b))" should set the property value] expected: FAIL [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb calc(r) calc(g) calc(b) / calc(alpha))" should set the property value] expected: FAIL - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb none none none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb none none none / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb r g b / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb r g none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3 / 40%) a98-rgb r g b / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb none none none) a98-rgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb none none none / none) a98-rgb r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 none 0.3) a98-rgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(a98-rgb 0.7 0.5 0.3 / none) a98-rgb r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(from color(rec2020 0.7 0.5 0.3) rec2020 r g b) rec2020 r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 0 0 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 0 0 0 / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 0 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 r 0 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 r g 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 r g b / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 0 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 r 0 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 r g 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 r g b / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 0.2 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 20% g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 r 0.2 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 r 20% b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 r g 0.2 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 r g 20% / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 r g b / 0.2)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 r g b / 20%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 0.2 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 20% g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 r 0.2 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 r 20% b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 r g 0.2 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 r g 20% / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 r g b / 0.2)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 r g b / 20%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 2 3 4)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 2 3 4 / 5)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 -2 -3 -4)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 -2 -3 -4 / -5)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 200% 300% 400%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 200% 300% 400% / 500%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 -200% -300% -400%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 -200% -300% -400% / -500%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 g b r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 b alpha r / g)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 r r r / r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 alpha alpha alpha / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 g b r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 b alpha r / g)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 r r r / r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 alpha alpha alpha / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 1.7 1.5 1.3) rec2020 r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 1.7 1.5 1.3) rec2020 r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 1.7 1.5 1.3 / 140%) rec2020 r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 1.7 1.5 1.3 / 140%) rec2020 r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 -0.7 -0.5 -0.3) rec2020 r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 -0.7 -0.5 -0.3) rec2020 r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 -0.7 -0.5 -0.3 / -40%) rec2020 r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 -0.7 -0.5 -0.3 / -40%) rec2020 r g b / alpha)" should set the property value] - expected: FAIL - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 calc(r) calc(g) calc(b))" should set the property value] expected: FAIL [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 calc(r) calc(g) calc(b) / calc(alpha))" should set the property value] expected: FAIL - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 none none none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 none none none / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 r g none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 r g none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3) rec2020 r g b / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 r g none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3 / 40%) rec2020 r g b / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 none none none) rec2020 r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 none none none / none) rec2020 r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 none 0.3) rec2020 r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(rec2020 0.7 0.5 0.3 / none) rec2020 r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g b) prophoto-rgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb 0 0 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb 0 0 0 / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb 0 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r 0 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g b / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb 0 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb r 0 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb r g 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb r g b / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb 0.2 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb 20% g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r 0.2 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r 20% b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g 0.2 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g 20% / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g b / 0.2)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g b / 20%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb 0.2 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb 20% g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb r 0.2 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb r 20% b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb r g 0.2 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb r g 20% / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb r g b / 0.2)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb r g b / 20%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb 2 3 4)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb 2 3 4 / 5)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb -2 -3 -4)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb -2 -3 -4 / -5)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb 200% 300% 400%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb 200% 300% 400% / 500%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb -200% -300% -400%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb -200% -300% -400% / -500%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb g b r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb b alpha r / g)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r r r / r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb alpha alpha alpha / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb g b r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb b alpha r / g)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb r r r / r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb alpha alpha alpha / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 1.7 1.5 1.3) prophoto-rgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 1.7 1.5 1.3) prophoto-rgb r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 1.7 1.5 1.3 / 140%) prophoto-rgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 1.7 1.5 1.3 / 140%) prophoto-rgb r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb -0.7 -0.5 -0.3) prophoto-rgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb -0.7 -0.5 -0.3) prophoto-rgb r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb -0.7 -0.5 -0.3 / -40%) prophoto-rgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb -0.7 -0.5 -0.3 / -40%) prophoto-rgb r g b / alpha)" should set the property value] - expected: FAIL - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb calc(r) calc(g) calc(b))" should set the property value] expected: FAIL [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb calc(r) calc(g) calc(b) / calc(alpha))" should set the property value] expected: FAIL - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb none none none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb none none none / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb r g b / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb r g none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3 / 40%) prophoto-rgb r g b / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb none none none) prophoto-rgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb none none none / none) prophoto-rgb r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 none 0.3) prophoto-rgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(prophoto-rgb 0.7 0.5 0.3 / none) prophoto-rgb r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(from color(display-p3 0.7 0.5 0.3) display-p3 r g b) display-p3 r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 0 0 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 0 0 0 / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 0 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 r 0 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 r g 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 r g b / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 0 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 r 0 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 r g 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 r g b / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 0.2 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 20% g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 r 0.2 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 r 20% b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 r g 0.2 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 r g 20% / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 r g b / 0.2)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 r g b / 20%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 0.2 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 20% g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 r 0.2 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 r 20% b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 r g 0.2 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 r g 20% / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 r g b / 0.2)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 r g b / 20%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 2 3 4)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 2 3 4 / 5)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 -2 -3 -4)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 -2 -3 -4 / -5)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 200% 300% 400%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 200% 300% 400% / 500%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 -200% -300% -400%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 -200% -300% -400% / -500%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 g b r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 b alpha r / g)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 r r r / r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 alpha alpha alpha / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 g b r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 b alpha r / g)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 r r r / r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 alpha alpha alpha / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 1.7 1.5 1.3) display-p3 r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 1.7 1.5 1.3) display-p3 r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 1.7 1.5 1.3 / 140%) display-p3 r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 1.7 1.5 1.3 / 140%) display-p3 r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 -0.7 -0.5 -0.3) display-p3 r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 -0.7 -0.5 -0.3) display-p3 r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 -0.7 -0.5 -0.3 / -40%) display-p3 r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 -0.7 -0.5 -0.3 / -40%) display-p3 r g b / alpha)" should set the property value] - expected: FAIL - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 calc(r) calc(g) calc(b))" should set the property value] expected: FAIL [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 calc(r) calc(g) calc(b) / calc(alpha))" should set the property value] expected: FAIL - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 none none none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 none none none / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 r g none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 r g none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3) display-p3 r g b / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 r g none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3 / 40%) display-p3 r g b / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 none none none) display-p3 r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 none none none / none) display-p3 r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 none 0.3) display-p3 r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(display-p3 0.7 0.5 0.3 / none) display-p3 r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100) xyz x y z)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100) xyz x y z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100 / 40%) xyz x y z)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100 / 40%) xyz x y z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(from color(xyz 7 -20.5 100) xyz x y z) xyz x y z)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100) xyz 0 0 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100) xyz 0 0 0 / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100) xyz 0 y z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100) xyz x 0 z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100) xyz x y 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100) xyz x y z / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100 / 40%) xyz 0 y z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100 / 40%) xyz x 0 z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100 / 40%) xyz x y 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100 / 40%) xyz x y z / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100) xyz 0.2 y z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100) xyz x 0.2 z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100) xyz x y 0.2 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100) xyz x y z / 0.2)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100) xyz x y z / 20%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100 / 40%) xyz 0.2 y z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100 / 40%) xyz x 0.2 z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100 / 40%) xyz x y 0.2 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100 / 40%) xyz x y z / 0.2)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100) xyz y z x)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100) xyz x x x / x)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100 / 40%) xyz y z x)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100 / 40%) xyz x x x / x)" should set the property value] - expected: FAIL - [e.style['color'\] = "color(from color(xyz 7 -20.5 100) xyz calc(x) calc(y) calc(z))" should set the property value] expected: FAIL [e.style['color'\] = "color(from color(xyz 7 -20.5 100 / 40%) xyz calc(x) calc(y) calc(z) / calc(alpha))" should set the property value] expected: FAIL - [e.style['color'\] = "color(from color(xyz 7 -20.5 100) xyz none none none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100) xyz none none none / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100) xyz x y none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100) xyz x y none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100) xyz x y z / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100 / 40%) xyz x y none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100 / 40%) xyz x y z / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz none none none) xyz x y z)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz none none none / none) xyz x y z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 none 100) xyz x y z)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz 7 -20.5 100 / none) xyz x y z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100) xyz-d50 x y z)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100) xyz-d50 x y z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 x y z)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 x y z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(from color(xyz-d50 7 -20.5 100) xyz-d50 x y z) xyz-d50 x y z)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100) xyz-d50 0 0 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100) xyz-d50 0 0 0 / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100) xyz-d50 0 y z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100) xyz-d50 x 0 z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100) xyz-d50 x y 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100) xyz-d50 x y z / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 0 y z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 x 0 z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 x y 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 x y z / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100) xyz-d50 0.2 y z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100) xyz-d50 x 0.2 z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100) xyz-d50 x y 0.2 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100) xyz-d50 x y z / 0.2)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100) xyz-d50 x y z / 20%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 0.2 y z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 x 0.2 z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 x y 0.2 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 x y z / 0.2)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100) xyz-d50 y z x)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100) xyz-d50 x x x / x)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 y z x)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 x x x / x)" should set the property value] - expected: FAIL - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100) xyz-d50 calc(x) calc(y) calc(z))" should set the property value] expected: FAIL [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 calc(x) calc(y) calc(z) / calc(alpha))" should set the property value] expected: FAIL - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100) xyz-d50 none none none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100) xyz-d50 none none none / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100) xyz-d50 x y none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100) xyz-d50 x y none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100) xyz-d50 x y z / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 x y none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100 / 40%) xyz-d50 x y z / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 none none none) xyz-d50 x y z)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 none none none / none) xyz-d50 x y z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 none 100) xyz-d50 x y z)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d50 7 -20.5 100 / none) xyz-d50 x y z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100) xyz-d65 x y z)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100) xyz-d65 x y z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 x y z)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 x y z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(from color(xyz-d65 7 -20.5 100) xyz-d65 x y z) xyz-d65 x y z)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100) xyz-d65 0 0 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100) xyz-d65 0 0 0 / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100) xyz-d65 0 y z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100) xyz-d65 x 0 z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100) xyz-d65 x y 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100) xyz-d65 x y z / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 0 y z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 x 0 z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 x y 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 x y z / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100) xyz-d65 0.2 y z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100) xyz-d65 x 0.2 z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100) xyz-d65 x y 0.2 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100) xyz-d65 x y z / 0.2)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100) xyz-d65 x y z / 20%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 0.2 y z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 x 0.2 z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 x y 0.2 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 x y z / 0.2)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100) xyz-d65 y z x)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100) xyz-d65 x x x / x)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 y z x)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 x x x / x)" should set the property value] - expected: FAIL - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100) xyz-d65 calc(x) calc(y) calc(z))" should set the property value] expected: FAIL [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 calc(x) calc(y) calc(z) / calc(alpha))" should set the property value] expected: FAIL - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100) xyz-d65 none none none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100) xyz-d65 none none none / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100) xyz-d65 x y none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100) xyz-d65 x y none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100) xyz-d65 x y z / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 x y none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100 / 40%) xyz-d65 x y z / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 none none none) xyz-d65 x y z)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 none none none / none) xyz-d65 x y z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 none 100) xyz-d65 x y z)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color(xyz-d65 7 -20.5 100 / none) xyz-d65 x y z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from indianred 255 g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from peru calc(l * 0.8) c h)" should set the property value] - expected: FAIL - [e.style['color'\] = "rgb(from oklab(1 0.365 -0.16) r g b)" should set the property value] expected: FAIL @@ -2861,129 +524,15 @@ [e.style['color'\] = "hwb(from oklch(1 0.399 336.3) h w b)" should set the property value] expected: FAIL - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5) l a b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5) l a b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5 / 40%) l a b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(2 3 4 / 500%) l a b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(-2 -3 -4 / -500%) l a b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(from oklab(0.25 0.2 0.5) l a b) l a b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5) 0 0 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5) 0 0 0 / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5) 0 a b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5) l 0 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5) l a 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5) l a b / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5 / 40%) 0 a b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5 / 40%) l 0 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5 / 40%) l a 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5 / 40%) l a b / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5) 0.35 a b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5) l 0.35 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5) l a 0.35 / alpha)" should set the property value] - expected: FAIL - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5) l a b / .35)" should set the property value] expected: FAIL - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5 / 40%) 0.35 a b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5 / 40%) l 0.35 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5 / 40%) l a 0.35 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5 / 40%) l a b / .35)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.7 0.45 0.3 / 40%) 2 3 4 / 500)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.7 0.45 0.3 / 40%) -2 -3 -4 / -500)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5) l b a)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5) l a a / a)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5 / 40%) l b a)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5 / 40%) l a a / a)" should set the property value] - expected: FAIL - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5) calc(l) calc(a) calc(b))" should set the property value] expected: FAIL [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5 / 40%) calc(l) calc(a) calc(b) / calc(alpha))" should set the property value] expected: FAIL - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5) none none none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5) none none none / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5) l a none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5) l a none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5) l a b / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5 / 40%) l a none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5 / 40%) l a b / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 none 0.5) l a b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5 / none) l a b / alpha)" should set the property value] - expected: FAIL - [e.style['color'\] = "oklab(from oklab(.7 0.45 0.3) alpha b a / l)" should set the property value] expected: FAIL @@ -3002,108 +551,12 @@ [e.style['color'\] = "oklab(from oklab(.7 0.45 0.3 / 40%) alpha a a / alpha)" should set the property value] expected: FAIL - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30) l c h)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30) l c h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30 / 40%) l c h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(2 3 400 / 500%) l c h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(-2 -3 -400 / -500%) l c h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(from oklch(0.7 0.45 30) l c h) l c h)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30) 0 0 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30) 0 0 0deg)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30) 0 0 0 / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30) 0 0 0deg / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30) 0 c h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30) l 0 h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30) l c 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30) l c 0deg / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30) l c h / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30 / 40%) 0 c h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30 / 40%) l 0 h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30 / 40%) l c 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30 / 40%) l c 0deg / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30 / 40%) l c h / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30) 0.25 c h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30) l 0.25 h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30) l c 0.25 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30) l c 25deg / alpha)" should set the property value] - expected: FAIL - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30) l c h / .25)" should set the property value] expected: FAIL - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30 / 40%) 0.25 c h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30 / 40%) l 0.25 h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30 / 40%) l c 0.25 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30 / 40%) l c 25deg / alpha)" should set the property value] - expected: FAIL - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30 / 40%) l c h / .25)" should set the property value] expected: FAIL - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30 / 40%) 2 3 400 / 500)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30 / 40%) -2 -3 -400 / -500)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30 / 40%) 0.5 1.2 400deg / 500)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30 / 40%) 0.5 1.2 -400deg / -500)" should set the property value] - expected: FAIL - [e.style['color'\] = "oklch(from oklch(.7 0.45 30) l c c / alpha)" should set the property value] expected: FAIL @@ -3116,30 +569,6 @@ [e.style['color'\] = "oklch(from oklch(0.7 0.45 30 / 40%) calc(l) calc(c) calc(h) / calc(alpha))" should set the property value] expected: FAIL - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30) none none none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30) none none none / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30) l c none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30) l c none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30) l c h / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30 / 40%) l c none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30 / 40%) l c h / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30 / none) l c h / alpha)" should set the property value] - expected: FAIL - [e.style['color'\] = "oklch(from oklch(.7 0.45 30) alpha c h / l)" should set the property value] expected: FAIL @@ -3158,105 +587,9 @@ [e.style['color'\] = "oklch(from oklch(.7 0.45 30 / 40%) alpha c c / alpha)" should set the property value] expected: FAIL - [e.style['color'\] = "rgb(from currentColor r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from currentColor h s l)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from currentColor h w b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from currentColor l a b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from currentColor l a b)" should set the property value] - expected: FAIL - [e.style['color'\] = "lch(from currentColor) l c h)" should set the property value] expected: FAIL - [e.style['color'\] = "oklch(from currentColor l c h)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from currentColor srgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from currentColor srgb-linear r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from currentColor a98-rgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from currentColor rec2020 r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from currentColor prophoto-rgb r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from currentColor display-p3 r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from currentColor xyz x y z)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from currentColor xyz-d50 x y z)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from currentColor xyz-d65 x y z)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(50 -30 40) calc(l - 20) a b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from lab(50 -30 40) l calc(a / 3) calc(b / 2))" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.7 0.25 -0.15) calc(l - 0.2) a b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from oklab(0.7 0.25 -0.15) l calc(a / 2) calc(b / 3))" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(50 100 300) calc(l - 20) c h)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(50 100 300) l calc(c / 2) h)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(50 100 300) l c calc(h * 2.5))" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.2 300) calc(l - 0.2) c h)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.2 300) l calc(c / 2) h)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.2 300) l c calc(h * 2.5))" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgb(from color-mix(in srgb, red, red) r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsl(from color-mix(in srgb, red, red) h s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hwb(from color-mix(in srgb, red, red) h w b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lab(from color-mix(in lab, lab(25 20 50), lab(25 20 50)) l a b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklab(from color-mix(in oklab, oklab(0.25 0.2 0.5), oklab(0.25 0.2 0.5)) l a b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from color-mix(in lch, lch(70 45 30), lch(70 45 30)) l c h / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from color-mix(in oklch, oklch(0.7 0.45 30), oklch(0.7 0.45 30)) l c h / alpha)" should set the property value] - expected: FAIL - [e.style['color'\] = "color(from color-mix(in xyz, color(srgb 0.7 0.5 0.3), color(srgb 0.7 0.5 0.3)) srgb r g b / alpha)" should set the property value] expected: FAIL @@ -3284,446 +617,29 @@ [e.style['color'\] = "color(from color-mix(in xyz, color(xyz-d65 0.7 0.5 0.3), color(xyz-d65 0.7 0.5 0.3)) xyz-d65 r g b / alpha)" should set the property value] expected: FAIL - [e.style['color'\] = "color(from color-mix(in xyz, color(xyz 0.7 0.5 0.3), color(xyz 0.7 0.5 0.3)) xyz x y z / alpha)" should set the property value] - expected: FAIL - [e.style['color'\] = "color(from color-mix(in xyz, color(xyz-d50 0.7 0.5 0.3), color(xyz-d50 0.7 0.5 0.3)) xyz-d50 x y z / alpha)" should set the property value] expected: FAIL [e.style['color'\] = "color(from color-mix(in xyz, color(xyz-d65 0.7 0.5 0.3), color(xyz-d65 0.7 0.5 0.3)) xyz-d65 x y z / alpha)" should set the property value] expected: FAIL - [e.style['color'\] = "rgba(from rebeccapurple r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(20%, 40%, 60%, 80%) r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from hsl(120deg 20% 50% / .5) r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(from rebeccapurple r g b) r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple 0 0 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple 0 0 0 / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple 0 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple r 0 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple r g 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple r g b / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(20%, 40%, 60%, 80%) 0 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(20%, 40%, 60%, 80%) r 0 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(20%, 40%, 60%, 80%) r g 0 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(20%, 40%, 60%, 80%) r g b / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple 25 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple r 25 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple r g 25 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple r g b / .25)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(20%, 40%, 60%, 80%) 25 g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(20%, 40%, 60%, 80%) r 25 b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(20%, 40%, 60%, 80%) r g 25 / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(20%, 40%, 60%, 80%) r g b / .20)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple 20% g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple r 20% b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple r g 20% / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple r g b / 20%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(20%, 40%, 60%, 80%) 20% g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(20%, 40%, 60%, 80%) r 20% b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(20%, 40%, 60%, 80%) r g 20% / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(20%, 40%, 60%, 80%) r g b / 20%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple 25 g b / 25%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple r 25 b / 25%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple r g 25 / 25%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(20%, 40%, 60%, 80%) 25 g b / 25%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(20%, 40%, 60%, 80%) r 25 b / 25%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(20%, 40%, 60%, 80%) r g 25 / 25%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple g b r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple b alpha r / g)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple r r r / r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple alpha alpha alpha / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(20%, 40%, 60%, 80%) g b r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(20%, 40%, 60%, 80%) b alpha r / g)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(20%, 40%, 60%, 80%) r r r / r)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(20%, 40%, 60%, 80%) alpha alpha alpha / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple r 20% 10)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple r 10 20%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple 0% 10 10)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(20%, 40%, 60%, 80%) r 20% 10)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(20%, 40%, 60%, 80%) r 10 20%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(20%, 40%, 60%, 80%) 0% 10 10)" should set the property value] - expected: FAIL - [e.style['color'\] = "rgba(from rebeccapurple calc(r) calc(g) calc(b))" should set the property value] expected: FAIL - [e.style['color'\] = "rgba(from rebeccapurple r calc(g * 2) 10)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple b calc(r * .5) 10)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple r calc(g * .5 + g * .5) 10)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple r calc(b * .5 - g * .5) 10)" should set the property value] - expected: FAIL - [e.style['color'\] = "rgba(from rgb(20%, 40%, 60%, 80%) calc(r) calc(g) calc(b) / calc(alpha))" should set the property value] expected: FAIL - [e.style['color'\] = "rgba(from rebeccapurple none none none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple none none none / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple r g none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple r g none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rebeccapurple r g b / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(20% 40% 60% / 80%) r g none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(20% 40% 60% / 80%) r g b / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(none none none) r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(none none none / none) r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(20% none 60%) r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from rgb(20% 40% 60% / none) r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from currentColor r g b)" should set the property value] - expected: FAIL - - [e.style['color'\] = "rgba(from color-mix(in srgb, red, red) r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rebeccapurple h s l)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rebeccapurple h s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rgb(20%, 40%, 60%, 80%) h s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from hsl(120deg 20% 50% / .5) h s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from hsl(from rebeccapurple h s l) h s l)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rebeccapurple 0 0% 0%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rebeccapurple 0deg 0% 0%)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rebeccapurple 0 0% 0% / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rebeccapurple 0deg 0% 0% / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rebeccapurple 0 s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rebeccapurple 0deg s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rebeccapurple h 0% l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rebeccapurple h s 0% / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rebeccapurple h s l / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rgb(20%, 40%, 60%, 80%) 0 s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rgb(20%, 40%, 60%, 80%) 0deg s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rgb(20%, 40%, 60%, 80%) h 0% l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rgb(20%, 40%, 60%, 80%) h s 0% / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rgb(20%, 40%, 60%, 80%) h s l / 0)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rebeccapurple 25 s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rebeccapurple 25deg s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rebeccapurple h 20% l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rebeccapurple h s 20% / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rebeccapurple h s l / .25)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rgb(20%, 40%, 60%, 80%) 25 s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rgb(20%, 40%, 60%, 80%) 25deg s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rgb(20%, 40%, 60%, 80%) h 20% l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rgb(20%, 40%, 60%, 80%) h s 20% / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rgb(20%, 40%, 60%, 80%) h s l / .2)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rebeccapurple h l s)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rebeccapurple h alpha l / s)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rebeccapurple h l l / l)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rebeccapurple h alpha alpha / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rgb(20%, 40%, 60%, 80%) h l s)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rgb(20%, 40%, 60%, 80%) h alpha l / s)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rgb(20%, 40%, 60%, 80%) h l l / l)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rgb(20%, 40%, 60%, 80%) h alpha alpha / alpha)" should set the property value] - expected: FAIL - [e.style['color'\] = "hsla(from rebeccapurple calc(h) calc(s) calc(l))" should set the property value] expected: FAIL [e.style['color'\] = "hsla(from rgb(20%, 40%, 60%, 80%) calc(h) calc(s) calc(l) / calc(alpha))" should set the property value] expected: FAIL - [e.style['color'\] = "hsla(from rebeccapurple none none none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rebeccapurple none none none / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rebeccapurple h s none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rebeccapurple h s none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rebeccapurple h s l / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from rebeccapurple none s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from hsl(120deg 20% 50% / .5) h s none / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from hsl(120deg 20% 50% / .5) h s l / none)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from hsl(120deg 20% 50% / .5) none s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from hsl(none none none) h s l)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from hsl(none none none / none) h s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from hsl(120deg none 50% / .5) h s l)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from hsl(120deg 20% 50% / none) h s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from hsl(none 20% 50% / .5) h s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from currentColor h s l)" should set the property value] - expected: FAIL - - [e.style['color'\] = "hsla(from color-mix(in srgb, red, red) h s l / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from currentColor l c h)" should set the property value] - expected: FAIL - [e.style['color'\] = "color(from rebeccapurple srgb r g b)" should set the property value] expected: FAIL [e.style['color'\] = "rgb(from color(srgb 0.4 0.2 0.6) r g b)" should set the property value] expected: FAIL - [e.style['color'\] = "oklab(from oklab(0.25 0.2 0.5) l a b / 0.35)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30) l c h / 0.25)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30) l c c / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "lch(from lch(0.7 45 30 / 40%) l c c / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30) l c h / 0.25)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30 / 40%) l c h / 0.25)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30) l c c / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "oklch(from oklch(0.7 0.45 30 / 40%) l c c / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color-mix(in srgb, color(srgb 0.7 0.5 0.3), color(srgb 0.7 0.5 0.3)) srgb r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color-mix(in srgb-linear, color(srgb-linear 0.7 0.5 0.3), color(srgb-linear 0.7 0.5 0.3)) srgb-linear r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color-mix(in a98-rgb, color(a98-rgb 0.7 0.5 0.3), color(a98-rgb 0.7 0.5 0.3)) a98-rgb r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color-mix(in rec2020, color(rec2020 0.7 0.5 0.3), color(rec2020 0.7 0.5 0.3)) rec2020 r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color-mix(in prophoto-rgb, color(prophoto-rgb 0.7 0.5 0.3), color(prophoto-rgb 0.7 0.5 0.3)) prophoto-rgb r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color-mix(in display-p3, color(display-p3 0.7 0.5 0.3), color(display-p3 0.7 0.5 0.3)) display-p3 r g b / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color-mix(in xyz-d50, color(xyz-d50 0.7 0.5 0.3), color(xyz-d50 0.7 0.5 0.3)) xyz-d50 x y z / alpha)" should set the property value] - expected: FAIL - - [e.style['color'\] = "color(from color-mix(in xyz-d65, color(xyz-d65 0.7 0.5 0.3), color(xyz-d65 0.7 0.5 0.3)) xyz-d65 x y z / alpha)" should set the property value] - expected: FAIL - [e.style['color'\] = "oklch(from red calc(1 / l) c h)" should set the property value] expected: FAIL diff --git a/tests/wpt/meta/css/css-color/parsing/relative-color-out-of-gamut.html.ini b/tests/wpt/meta/css/css-color/parsing/relative-color-out-of-gamut.html.ini index 33f7c5c6858..b80a4b28eb9 100644 --- a/tests/wpt/meta/css/css-color/parsing/relative-color-out-of-gamut.html.ini +++ b/tests/wpt/meta/css/css-color/parsing/relative-color-out-of-gamut.html.ini @@ -25,57 +25,3 @@ [Property color value 'rgb(from oklch(0 0.399 336.3) r g b)'] expected: FAIL - - [Property color value 'hsl(from color(display-p3 0 1 0) h s l / alpha)'] - expected: FAIL - - [Property color value 'hsl(from lab(100 104.3 -50.9) h s l)'] - expected: FAIL - - [Property color value 'hsl(from lab(0 104.3 -50.9) h s l)'] - expected: FAIL - - [Property color value 'hsl(from lch(100 116 334) h s l)'] - expected: FAIL - - [Property color value 'hsl(from lch(0 116 334) h s l)'] - expected: FAIL - - [Property color value 'hsl(from oklab(1 0.365 -0.16) h s l)'] - expected: FAIL - - [Property color value 'hsl(from oklab(0 0.365 -0.16) h s l)'] - expected: FAIL - - [Property color value 'hsl(from oklch(1 0.399 336.3) h s l)'] - expected: FAIL - - [Property color value 'hsl(from oklch(0 0.399 336.3) h s l)'] - expected: FAIL - - [Property color value 'hwb(from color(display-p3 0 1 0) h w b / alpha)'] - expected: FAIL - - [Property color value 'hwb(from lab(100 104.3 -50.9) h w b)'] - expected: FAIL - - [Property color value 'hwb(from lab(0 104.3 -50.9) h w b)'] - expected: FAIL - - [Property color value 'hwb(from lch(100 116 334) h w b)'] - expected: FAIL - - [Property color value 'hwb(from lch(0 116 334) h w b)'] - expected: FAIL - - [Property color value 'hwb(from oklab(1 0.365 -0.16) h w b)'] - expected: FAIL - - [Property color value 'hwb(from oklab(0 0.365 -0.16) h w b)'] - expected: FAIL - - [Property color value 'hwb(from oklch(1 0.399 336.3) h w b)'] - expected: FAIL - - [Property color value 'hwb(from oklch(0 0.399 336.3) h w b)'] - expected: FAIL diff --git a/tests/wpt/meta/css/css-color/relative-currentcolor-a98rgb-01.html.ini b/tests/wpt/meta/css/css-color/relative-currentcolor-a98rgb-01.html.ini deleted file mode 100644 index 1e125b3cb7b..00000000000 --- a/tests/wpt/meta/css/css-color/relative-currentcolor-a98rgb-01.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[relative-currentcolor-a98rgb-01.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-color/relative-currentcolor-displayp3-01.html.ini b/tests/wpt/meta/css/css-color/relative-currentcolor-displayp3-01.html.ini deleted file mode 100644 index 36098b34aaf..00000000000 --- a/tests/wpt/meta/css/css-color/relative-currentcolor-displayp3-01.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[relative-currentcolor-displayp3-01.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-color/relative-currentcolor-hsl-01.html.ini b/tests/wpt/meta/css/css-color/relative-currentcolor-hsl-01.html.ini deleted file mode 100644 index 4ddc9dfa968..00000000000 --- a/tests/wpt/meta/css/css-color/relative-currentcolor-hsl-01.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[relative-currentcolor-hsl-01.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-color/relative-currentcolor-hsl-02.html.ini b/tests/wpt/meta/css/css-color/relative-currentcolor-hsl-02.html.ini deleted file mode 100644 index cb42bb3bba7..00000000000 --- a/tests/wpt/meta/css/css-color/relative-currentcolor-hsl-02.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[relative-currentcolor-hsl-02.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-color/relative-currentcolor-hwb-01.html.ini b/tests/wpt/meta/css/css-color/relative-currentcolor-hwb-01.html.ini deleted file mode 100644 index 17c350bbadd..00000000000 --- a/tests/wpt/meta/css/css-color/relative-currentcolor-hwb-01.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[relative-currentcolor-hwb-01.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-color/relative-currentcolor-lab-01.html.ini b/tests/wpt/meta/css/css-color/relative-currentcolor-lab-01.html.ini deleted file mode 100644 index 6912822578c..00000000000 --- a/tests/wpt/meta/css/css-color/relative-currentcolor-lab-01.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[relative-currentcolor-lab-01.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-color/relative-currentcolor-lch-01.html.ini b/tests/wpt/meta/css/css-color/relative-currentcolor-lch-01.html.ini deleted file mode 100644 index 5ebf684f72b..00000000000 --- a/tests/wpt/meta/css/css-color/relative-currentcolor-lch-01.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[relative-currentcolor-lch-01.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-color/relative-currentcolor-oklab-01.html.ini b/tests/wpt/meta/css/css-color/relative-currentcolor-oklab-01.html.ini deleted file mode 100644 index 8d3142bb410..00000000000 --- a/tests/wpt/meta/css/css-color/relative-currentcolor-oklab-01.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[relative-currentcolor-oklab-01.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-color/relative-currentcolor-oklch-01.html.ini b/tests/wpt/meta/css/css-color/relative-currentcolor-oklch-01.html.ini deleted file mode 100644 index 163add2a14b..00000000000 --- a/tests/wpt/meta/css/css-color/relative-currentcolor-oklch-01.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[relative-currentcolor-oklch-01.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-color/relative-currentcolor-prophoto-01.html.ini b/tests/wpt/meta/css/css-color/relative-currentcolor-prophoto-01.html.ini deleted file mode 100644 index 89b27a45012..00000000000 --- a/tests/wpt/meta/css/css-color/relative-currentcolor-prophoto-01.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[relative-currentcolor-prophoto-01.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-color/relative-currentcolor-rec2020-01.html.ini b/tests/wpt/meta/css/css-color/relative-currentcolor-rec2020-01.html.ini deleted file mode 100644 index 6cc93af43e5..00000000000 --- a/tests/wpt/meta/css/css-color/relative-currentcolor-rec2020-01.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[relative-currentcolor-rec2020-01.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-color/relative-currentcolor-rec2020-02.html.ini b/tests/wpt/meta/css/css-color/relative-currentcolor-rec2020-02.html.ini deleted file mode 100644 index 76c5b14f311..00000000000 --- a/tests/wpt/meta/css/css-color/relative-currentcolor-rec2020-02.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[relative-currentcolor-rec2020-02.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-color/relative-currentcolor-rgb-01.html.ini b/tests/wpt/meta/css/css-color/relative-currentcolor-rgb-01.html.ini deleted file mode 100644 index c9657c151a9..00000000000 --- a/tests/wpt/meta/css/css-color/relative-currentcolor-rgb-01.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[relative-currentcolor-rgb-01.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-color/relative-currentcolor-rgb-02.html.ini b/tests/wpt/meta/css/css-color/relative-currentcolor-rgb-02.html.ini deleted file mode 100644 index e1b99630d8d..00000000000 --- a/tests/wpt/meta/css/css-color/relative-currentcolor-rgb-02.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[relative-currentcolor-rgb-02.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-color/relative-currentcolor-visited-getcomputedstyle.html.ini b/tests/wpt/meta/css/css-color/relative-currentcolor-visited-getcomputedstyle.html.ini deleted file mode 100644 index ac5cb8ba7db..00000000000 --- a/tests/wpt/meta/css/css-color/relative-currentcolor-visited-getcomputedstyle.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[relative-currentcolor-visited-getcomputedstyle.html] - [Property background-color value 'rgb(from currentcolor r g b)' should not leak :visited for computed style] - expected: FAIL diff --git a/tests/wpt/meta/css/css-color/relative-currentcolor-xyzd50-01.html.ini b/tests/wpt/meta/css/css-color/relative-currentcolor-xyzd50-01.html.ini deleted file mode 100644 index 7f68b11108e..00000000000 --- a/tests/wpt/meta/css/css-color/relative-currentcolor-xyzd50-01.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[relative-currentcolor-xyzd50-01.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-color/relative-currentcolor-xyzd65-01.html.ini b/tests/wpt/meta/css/css-color/relative-currentcolor-xyzd65-01.html.ini deleted file mode 100644 index 843a21cbbca..00000000000 --- a/tests/wpt/meta/css/css-color/relative-currentcolor-xyzd65-01.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[relative-currentcolor-xyzd65-01.html] - expected: FAIL diff --git a/tests/wpt/meta/html/canvas/element/fill-and-stroke-styles/2d.fillStyle.relativecolor.currentcolor.html.ini b/tests/wpt/meta/html/canvas/element/fill-and-stroke-styles/2d.fillStyle.relativecolor.currentcolor.html.ini deleted file mode 100644 index c903c472eec..00000000000 --- a/tests/wpt/meta/html/canvas/element/fill-and-stroke-styles/2d.fillStyle.relativecolor.currentcolor.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[2d.fillStyle.relativecolor.currentcolor.html] - [Relative color works as color input with currentcolor] - expected: FAIL diff --git a/tests/wpt/meta/html/canvas/element/fill-and-stroke-styles/2d.fillStyle.relativecolor.html.ini b/tests/wpt/meta/html/canvas/element/fill-and-stroke-styles/2d.fillStyle.relativecolor.html.ini deleted file mode 100644 index 2a574913e0c..00000000000 --- a/tests/wpt/meta/html/canvas/element/fill-and-stroke-styles/2d.fillStyle.relativecolor.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[2d.fillStyle.relativecolor.html] - [Relative color works as color input] - expected: FAIL diff --git a/tests/wpt/meta/html/canvas/element/fill-and-stroke-styles/2d.strokeStyle.relativecolor.html.ini b/tests/wpt/meta/html/canvas/element/fill-and-stroke-styles/2d.strokeStyle.relativecolor.html.ini deleted file mode 100644 index 608c2f0dada..00000000000 --- a/tests/wpt/meta/html/canvas/element/fill-and-stroke-styles/2d.strokeStyle.relativecolor.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[2d.strokeStyle.relativecolor.html] - [Relative color works as color input] - expected: FAIL diff --git a/tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.relativecolor.html.ini b/tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.relativecolor.html.ini deleted file mode 100644 index 2a574913e0c..00000000000 --- a/tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.relativecolor.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[2d.fillStyle.relativecolor.html] - [Relative color works as color input] - expected: FAIL diff --git a/tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.relativecolor.worker.js.ini b/tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.relativecolor.worker.js.ini deleted file mode 100644 index de801a3d28c..00000000000 --- a/tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.relativecolor.worker.js.ini +++ /dev/null @@ -1,3 +0,0 @@ -[2d.fillStyle.relativecolor.worker.html] - [Relative color works as color input] - expected: FAIL diff --git a/tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.strokeStyle.relativecolor.html.ini b/tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.strokeStyle.relativecolor.html.ini deleted file mode 100644 index 608c2f0dada..00000000000 --- a/tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.strokeStyle.relativecolor.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[2d.strokeStyle.relativecolor.html] - [Relative color works as color input] - expected: FAIL diff --git a/tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.strokeStyle.relativecolor.worker.js.ini b/tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.strokeStyle.relativecolor.worker.js.ini deleted file mode 100644 index 8599f594f31..00000000000 --- a/tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.strokeStyle.relativecolor.worker.js.ini +++ /dev/null @@ -1,3 +0,0 @@ -[2d.strokeStyle.relativecolor.worker.html] - [Relative color works as color input] - expected: FAIL