mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
reftests: Fix background-size-zero test
We were drawing nothing, causing a timeout.
This commit is contained in:
parent
62d0bd7153
commit
8846f28369
@ -1,6 +1,7 @@
|
|||||||
@import "reset-to-defaults.css";
|
@import "reset-to-defaults.css";
|
||||||
|
|
||||||
.background {
|
.background {
|
||||||
|
background-color: red;
|
||||||
background-image: linear-gradient(to right, blue, blue);
|
background-image: linear-gradient(to right, blue, blue);
|
||||||
background-size: 0%;
|
background-size: 0%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user