mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 21:51:08 +00:00
css: Add some parser tests for oklab() etc
This commit is contained in:
parent
5c92d5e081
commit
15bb77472d
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user