css: Add some parser tests for oklab() etc
This commit is contained in:
@@ -111,3 +111,15 @@ aa {
|
||||
ab {
|
||||
color: color(srgb-linear 1 0.5 0 / 50%);
|
||||
}
|
||||
|
||||
ac {
|
||||
color: oklab(0.8 0 0.3 / 0.5);
|
||||
}
|
||||
|
||||
ad {
|
||||
color: oklch(0.8 0.3 200 / 0.5);
|
||||
}
|
||||
|
||||
ae {
|
||||
color: hwb(200 10 90 / 0.5);
|
||||
}
|
||||
|
||||
@@ -111,3 +111,15 @@ aa {
|
||||
ab {
|
||||
color: color(srgb-linear 1 0.5 0 / 0.5);
|
||||
}
|
||||
|
||||
ac {
|
||||
color: oklab(0.80000001192092896 0 0.30000001192092896 / 0.5);
|
||||
}
|
||||
|
||||
ad {
|
||||
color: oklch(0.80000001192092896 0.30000001192092896 200 / 0.5);
|
||||
}
|
||||
|
||||
ae {
|
||||
color: rgba(26,26,26,0.5);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user