Add css parser tests for filter()
This commit is contained in:
@@ -74,3 +74,11 @@ r {
|
||||
s {
|
||||
background-image: -gtk-scaled(-gtk-icontheme("object-select-symbolic"),linear-gradient(yellow, blue));
|
||||
}
|
||||
|
||||
t {
|
||||
background-image: cross-fade(10% image(red), 20% image(yellow), linear-gradient(blue, black));
|
||||
}
|
||||
|
||||
u {
|
||||
background-image: filter(url("test.png"), grayscale(100%) invert(50%));
|
||||
}
|
||||
|
||||
@@ -73,3 +73,11 @@ r {
|
||||
s {
|
||||
background-image: -gtk-scaled(-gtk-icontheme("object-select-symbolic"),1,linear-gradient(rgb(255,255,0), rgb(0,0,255)),2);
|
||||
}
|
||||
|
||||
t {
|
||||
background-image: cross-fade(10% image(rgb(255,0,0)), 20% image(rgb(255,255,0)), linear-gradient(rgb(0,0,255), rgb(0,0,0)));
|
||||
}
|
||||
|
||||
u {
|
||||
background-image: filter(none /* FIXME */,grayscale(100%) invert(50%));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user