gtk/tests/reftests/background-size-zero.css
Benjamin Otte a68e76e058 reftests: Add a reftest for recent commit
Check that a computed background-size of 0 is treated as 0.
2012-10-31 11:09:10 +01:00

12 lines
199 B
CSS

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