Skip to content

Commit 84552cb

Browse files
committed
[css-color-4] update wpt test list
1 parent ed7f9d4 commit 84552cb

1 file changed

Lines changed: 23 additions & 4 deletions

File tree

css-color-4/Overview.bs

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,6 +1107,9 @@ The RGB functions: ''rgb()'' and ''rgba()''</h3>
11071107
rgb-007.html
11081108
rgb-008.html
11091109
rgb-rounding-001.html
1110+
background-color-rgb-001.html
1111+
background-color-rgb-002.html
1112+
background-color-rgb-003.html
11101113
</wpt>
11111114

11121115
The first three arguments specify the red, green, and blue channels of the color, respectively.
@@ -1870,6 +1873,10 @@ HSL Colors: ''hsl()'' and ''hsla()'' functions</h2>
18701873
hsl-006.html
18711874
hsl-007.html
18721875
hsl-008.html
1876+
background-color-hsl-001.html
1877+
background-color-hsl-002.html
1878+
background-color-hsl-003.html
1879+
background-color-hsl-004.html
18731880
</wpt>
18741881

18751882
The first argument specifies the hue angle.
@@ -2875,6 +2882,7 @@ Specifying Lab and LCH: the ''lab()'' and ''lch()'' functional notations</h3>
28752882
lab-005.html
28762883
lab-006.html
28772884
lab-007.html
2885+
lab-008.html
28782886
</wpt>
28792887

28802888
The first argument specifies the CIE Lightness.
@@ -2926,6 +2934,7 @@ Specifying Lab and LCH: the ''lab()'' and ''lch()'' functional notations</h3>
29262934
lch-005.html
29272935
lch-006.html
29282936
lch-007.html
2937+
lch-008.html
29292938
</wpt>
29302939

29312940
The first argument specifies the CIE Lightness,
@@ -3159,7 +3168,6 @@ Profiled, Device-dependent Colors</h2>
31593168
or a predefined but unsupprted colorspace,
31603169
this argument represents an <a>invalid color</a>.
31613170

3162-
<!-- check for WPT tests that allow sRGB to be omitted -->
31633171
<wpt>
31643172
predefined-014.html
31653173
</wpt>
@@ -3376,8 +3384,6 @@ Predefined colorspaces: ''srgb'', ''display-p3'', ''a98-rgb'', ''prophoto-rgb'',
33763384
<wpt>
33773385
predefined-001.html
33783386
predefined-002.html
3379-
predefined-003.html
3380-
predefined-004.html
33813387
</wpt>
33823388

33833389
<dt><dfn>display-p3</dfn>
@@ -3481,6 +3487,10 @@ Predefined colorspaces: ''srgb'', ''display-p3'', ''a98-rgb'', ''prophoto-rgb'',
34813487
<wpt>
34823488
predefined-007.html
34833489
predefined-008.html
3490+
a98rgb-001.html
3491+
a98rgb-002.html
3492+
a98rgb-003.html
3493+
a98rgb-004.html
34843494
</wpt>
34853495

34863496
<dt><dfn>prophoto-rgb</dfn>
@@ -3551,6 +3561,11 @@ Predefined colorspaces: ''srgb'', ''display-p3'', ''a98-rgb'', ''prophoto-rgb'',
35513561
<wpt>
35523562
predefined-009.html
35533563
predefined-010.html
3564+
prophoto-rgb-001.html
3565+
prophoto-rgb-002.html
3566+
prophoto-rgb-003.html
3567+
prophoto-rgb-004.html
3568+
prophoto-rgb-005.html
35543569
</wpt>
35553570

35563571
<dt><dfn>rec2020</dfn>
@@ -3607,6 +3622,11 @@ Predefined colorspaces: ''srgb'', ''display-p3'', ''a98-rgb'', ''prophoto-rgb'',
36073622
<wpt>
36083623
predefined-011.html
36093624
predefined-012.html
3625+
html/rec2020-001.html
3626+
rec2020-002.html
3627+
rec2020-003.html
3628+
rec2020-004.html
3629+
rec2020-005.html
36103630
</wpt>
36113631

36123632
<dt><dfn>xyz</dfn>
@@ -3642,7 +3662,6 @@ Predefined colorspaces: ''srgb'', ''display-p3'', ''a98-rgb'', ''prophoto-rgb'',
36423662

36433663
<wpt>
36443664
predefined-016.html
3645-
predefined-017.html
36463665
</wpt>
36473666

36483667
<dt><dfn>lab</dfn>

0 commit comments

Comments
 (0)