gtk/testsuite/reftests/css-image-color-aspect-ratio.css

10 lines
136 B
CSS
Raw Permalink Normal View History

window {
background-color: blue;
background-image: image(red);
background-repeat: no-repeat;
}
#reference {
background: red;
}