gtk/testsuite/reftests/background-size-zero.css
Benjamin Otte 8846f28369 reftests: Fix background-size-zero test
We were drawing nothing, causing a timeout.
2019-03-29 09:56:52 +01:00

13 lines
230 B
CSS

@import "reset-to-defaults.css";
.background {
background-color: red;
background-image: linear-gradient(to right, blue, blue);
background-size: 0%;
}
#reference {
background-image: initial;
background-size: initial;
}