Skip to content

Commit

Permalink
Reapply pending metadata from /api/metadata/pending in wpt.fyi (#6497)
Browse files Browse the repository at this point in the history
Co-authored-by: KyleJu <[email protected]>
  • Loading branch information
wptmetadata-bot and KyleJu authored Jul 9, 2024
1 parent 9ebbe31 commit cb68e73
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions css/css-color/parsing/META.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
links:
- label: interop-2022-color
- url: ""
label: interop-2022-color
results:
- test: color-computed.html
- test: color-computed-color-function.html
Expand All @@ -22,7 +23,8 @@ links:
- test: color-valid-hwb.html
- test: color-valid-lab.html
- test: color-valid-rgb.html
- label: interop-2023-color
- url: ""
label: interop-2023-color
results:
- test: color-mix-out-of-gamut.html
- product: firefox
Expand Down Expand Up @@ -738,7 +740,8 @@ links:
subtest: e.style['opacity'] = "max(0%, 50%)" should set the property value
- test: opacity-valid.html
subtest: e.style['opacity'] = "min(-40%, 50%)" should set the property value
- label: interop-2024-relative-color
- url: ""
label: interop-2024-relative-color
results:
- test: relative-color-out-of-gamut.html
- test: color-computed-relative-color.html
Expand Down Expand Up @@ -1630,3 +1633,9 @@ links:
subtest: e.style['color'] = "color(from currentColor xyz-d50 x y z)" should set the property value
- test: color-valid-relative-color.html
subtest: e.style['color'] = "color(from currentColor xyz-d65 x y z)" should set the property value
- test: color-valid-relative-color.html
subtest: e.style['color'] = "rgba(from currentColor r g b)" should set the property value
- test: color-valid-relative-color.html
subtest: e.style['color'] = "hsl(from currentColor h s l)" should set the property value
- test: color-valid-relative-color.html
subtest: e.style['color'] = "hsla(from currentColor h s l)" should set the property value

0 comments on commit cb68e73

Please sign in to comment.