reftests: Fix background-size-zero test

We were drawing nothing, causing a timeout.
This commit is contained in:
Benjamin Otte 2019-03-27 05:19:42 +01:00
parent 62d0bd7153
commit 8846f28369

View File

@ -1,6 +1,7 @@
@import "reset-to-defaults.css";
.background {
background-color: red;
background-image: linear-gradient(to right, blue, blue);
background-size: 0%;
}