mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
Don't use one-stop gradients
They are deprecated, which causes a warning that makes the test fail. https://bugzilla.gnome.org/show_bug.cgi?id=769004
This commit is contained in:
parent
0fd69ce99a
commit
b9f61e3a8e
@ -3,11 +3,11 @@
|
||||
}
|
||||
|
||||
@keyframes ref {
|
||||
100% { background-image: linear-gradient(to bottom, lime); }
|
||||
100% { background-image: linear-gradient(to bottom, lime, lime); }
|
||||
}
|
||||
|
||||
* {
|
||||
background: linear-gradient(to bottom, red);
|
||||
background: linear-gradient(to bottom, red, red);
|
||||
animation: anim steps(5,end) 20s;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user