Skip to content

Commit 5292b2d

Browse files
committed
[css-color][editorial] update WPT for new tests
1 parent 0ff2ff0 commit 5292b2d

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

css-color-4/Overview.bs

+8
Original file line numberDiff line numberDiff line change
@@ -3512,6 +3512,8 @@ Specifying Lab and LCH: the ''lab()'' and ''lch()'' functional notations</h3>
35123512
lch-006.html
35133513
lch-007.html
35143514
lch-008.html
3515+
lch-009.html
3516+
lch-010.html
35153517
parsing/color-valid.html
35163518
</wpt>
35173519

@@ -3672,6 +3674,8 @@ Specifying Lab and LCH: the ''lab()'' and ''lch()'' functional notations</h3>
36723674
oklch-006.html
36733675
oklch-007.html
36743676
oklch-008.html
3677+
oklch-009.html
3678+
oklch-010.html
36753679
parsing/color-valid.html
36763680
</wpt>
36773681

@@ -4590,6 +4594,8 @@ Transparency: the 'opacity' property</h2>
45904594
animation/color-composition.html
45914595
animation/opacity-interpolation.html
45924596
canvas-change-opacity.html
4597+
animation/opacity-animation-ending-correctly-001.html
4598+
animation/opacity-animation-ending-correctly-002.html
45934599
</wpt>
45944600

45954601
<dl>
@@ -5853,6 +5859,8 @@ Emilio Cobos Álvarez, Chris Bai, Amelia Bellamy-Royds, Lars Borg, Mike Bremford
58535859

58545860
<wpt hidden title="CSS Color 3 or Color 5 tests, not relevant for this level">
58555861
at-color-profile-001.html
5862+
color-mix-currentcolor-001.html
5863+
color-mix-currentcolor-002.html
58565864
color-contrast-001.html
58575865
color-mix-basic-001.html
58585866
color-mix-non-srgb-001.html

css-color-5/Overview.bs

+13
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ Mixing colors: the ''color-mix()'' function {#color-mix}
153153
<wpt>
154154
color-mix-percents-01.html
155155
color-mix-percents-02.html
156+
color-mix-currentcolor-001.html
157+
color-mix-currentcolor-002.html
156158
</wpt>
157159

158160
<div class="example" id="ex-mix-syntactic">
@@ -2434,6 +2436,11 @@ or any other color or monochrome output device which has been characterized.
24342436
with each <<color>> parameter resolved according to [[css-color-4#resolving-color-values]],
24352437
thus preserving inheritance into child elements.
24362438

2439+
<wpt>
2440+
color-mix-currentcolor-001.html
2441+
color-mix-currentcolor-002.html
2442+
</wpt>
2443+
24372444

24382445
<h3 id="resolving-device-cmyk-values">Resolving ''device-cmyk'' values</h3>
24392446

@@ -3121,6 +3128,8 @@ Changes {#changes}
31213128
lch-006.html
31223129
lch-007.html
31233130
lch-008.html
3131+
lch-009.html
3132+
lch-010.html
31243133
named-001.html
31253134
oklab-001.html
31263135
oklab-002.html
@@ -3138,7 +3147,11 @@ Changes {#changes}
31383147
oklch-006.html
31393148
oklch-007.html
31403149
oklch-008.html
3150+
oklch-009.html
3151+
oklch-010.html
31413152
opacity-overlapping-letters.html
3153+
opacity-animation-ending-correctly-001.html
3154+
opacity-animation-ending-correctly-002.html
31423155
parsing/color-computed.html
31433156
parsing/color-valid.html
31443157
parsing/opacity-computed.html

0 commit comments

Comments
 (0)