Skip to content

Commit fa40128

Browse files
dholbertgithub-actions[bot]
authored andcommitted
Commit New Metadata
1 parent 0de4b8e commit fa40128

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

css/css-color/parsing/META.yml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2250,3 +2250,57 @@ links:
22502250
subtest: e.style['color'] = "color-mix(lch(10 20 30), lch(50 60 70))" should set the property value
22512251
- test: color-valid-color-mix-function.html
22522252
subtest: e.style['color'] = "color-mix(oklch(0.1 20 30), oklch(0.5 60 70))" should set the property value
2253+
- test: color-valid-color-mix-function.html
2254+
subtest: e.style['color'] = "color-mix(in oklab, oklab(0.1 0.2 0.3), oklab(0.5 0.6 0.7))" should set the property value
2255+
- test: color-valid-color-mix-function.html
2256+
subtest: e.style['color'] = "color-mix(in oklab, oklab(0.1 0.2 0.3) 25%, oklab(0.5 0.6 0.7))" should set the property value
2257+
- test: color-valid-color-mix-function.html
2258+
subtest: e.style['color'] = "color-mix(in oklab, 25% oklab(0.1 0.2 0.3), oklab(0.5 0.6 0.7))" should set the property value
2259+
- test: color-valid-color-mix-function.html
2260+
subtest: e.style['color'] = "color-mix(in oklab, oklab(0.1 0.2 0.3), 25% oklab(0.5 0.6 0.7))" should set the property value
2261+
- test: color-valid-color-mix-function.html
2262+
subtest: e.style['color'] = "color-mix(in oklab, oklab(0.1 0.2 0.3), oklab(0.5 0.6 0.7) 25%)" should set the property value
2263+
- test: color-valid-color-mix-function.html
2264+
subtest: e.style['color'] = "color-mix(in oklab, oklab(0.1 0.2 0.3) 25%, oklab(0.5 0.6 0.7) 75%)" should set the property value
2265+
- test: color-valid-color-mix-function.html
2266+
subtest: e.style['color'] = "color-mix(in oklab, oklab(0.1 0.2 0.3) 30%, oklab(0.5 0.6 0.7) 90%)" should set the property value
2267+
- test: color-valid-color-mix-function.html
2268+
subtest: e.style['color'] = "color-mix(in oklab, oklab(0.1 0.2 0.3) 12.5%, oklab(0.5 0.6 0.7) 37.5%)" should set the property value
2269+
- test: color-valid-color-mix-function.html
2270+
subtest: e.style['color'] = "color-mix(in oklab, oklab(0.1 0.2 0.3) 0%, oklab(0.5 0.6 0.7))" should set the property value
2271+
- test: color-valid-color-mix-function.html
2272+
subtest: e.style['color'] = "color-mix(in oklab, oklab(0.1 0.2 0.3 / .4), oklab(0.5 0.6 0.7 / .8))" should set the property value
2273+
- test: color-valid-color-mix-function.html
2274+
subtest: e.style['color'] = "color-mix(in oklab, oklab(0.1 0.2 0.3 / .4) 25%, oklab(0.5 0.6 0.7 / .8))" should set the property value
2275+
- test: color-valid-color-mix-function.html
2276+
subtest: e.style['color'] = "color-mix(in oklab, 25% oklab(0.1 0.2 0.3 / .4), oklab(0.5 0.6 0.7 / .8))" should set the property value
2277+
- test: color-valid-color-mix-function.html
2278+
subtest: e.style['color'] = "color-mix(in oklab, oklab(0.1 0.2 0.3 / .4), 25% oklab(0.5 0.6 0.7 / .8))" should set the property value
2279+
- test: color-valid-color-mix-function.html
2280+
subtest: e.style['color'] = "color-mix(in oklab, oklab(0.1 0.2 0.3 / .4), oklab(0.5 0.6 0.7 / .8) 25%)" should set the property value
2281+
- test: color-valid-color-mix-function.html
2282+
subtest: e.style['color'] = "color-mix(in oklab, oklab(0.1 0.2 0.3 / .4) 25%, oklab(0.5 0.6 0.7 / .8) 75%)" should set the property value
2283+
- test: color-valid-color-mix-function.html
2284+
subtest: e.style['color'] = "color-mix(in oklab, oklab(0.1 0.2 0.3 / .4) 30%, oklab(0.5 0.6 0.7 / .8) 90%)" should set the property value
2285+
- test: color-valid-color-mix-function.html
2286+
subtest: e.style['color'] = "color-mix(in oklab, oklab(0.1 0.2 0.3 / .4) 12.5%, oklab(0.5 0.6 0.7 / .8) 37.5%)" should set the property value
2287+
- test: color-valid-color-mix-function.html
2288+
subtest: e.style['color'] = "color-mix(in oklab, oklab(0.1 0.2 0.3 / .4) 0%, oklab(0.5 0.6 0.7 / .8))" should set the property value
2289+
- test: color-valid-color-mix-function.html
2290+
subtest: e.style['color'] = "color-mix(in oklab, oklab(none none none), oklab(none none none))" should set the property value
2291+
- test: color-valid-color-mix-function.html
2292+
subtest: e.style['color'] = "color-mix(in oklab, oklab(none none none), oklab(0.5 0.6 0.7))" should set the property value
2293+
- test: color-valid-color-mix-function.html
2294+
subtest: e.style['color'] = "color-mix(in oklab, oklab(0.1 0.2 0.3), oklab(none none none))" should set the property value
2295+
- test: color-valid-color-mix-function.html
2296+
subtest: e.style['color'] = "color-mix(in oklab, oklab(0.1 0.2 none), oklab(0.5 0.6 0.7))" should set the property value
2297+
- test: color-valid-color-mix-function.html
2298+
subtest: e.style['color'] = "color-mix(in oklab, oklab(0.1 0.2 0.3), oklab(0.5 0.6 none))" should set the property value
2299+
- test: color-valid-color-mix-function.html
2300+
subtest: e.style['color'] = "color-mix(in oklab, oklab(none 0.2 0.3), oklab(0.5 none 0.7))" should set the property value
2301+
- test: color-valid-color-mix-function.html
2302+
subtest: e.style['color'] = "color-mix(in oklab, oklab(0.1 0.2 0.3 / none), oklab(0.5 0.6 0.7))" should set the property value
2303+
- test: color-valid-color-mix-function.html
2304+
subtest: e.style['color'] = "color-mix(in oklab, oklab(0.1 0.2 0.3 / none), oklab(0.5 0.6 0.7 / 0.5))" should set the property value
2305+
- test: color-valid-color-mix-function.html
2306+
subtest: e.style['color'] = "color-mix(in oklab, oklab(0.1 0.2 0.3 / none), oklab(0.5 0.6 0.7 / none))" should set the property value

0 commit comments

Comments
 (0)