gtk2/testsuite/reftests/background-size-zero.css
Matthias Clasen 0f32919503 Stop using one-stop gradients in reftests
This is causing warnings now that make the tests fail.
2016-07-26 07:25:01 -04:00

12 lines
205 B
CSS

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