Files
gtk3/testsuite/reftests/image-load-from-file.css
Emmanuele Bassi 0fcc63649e testsuite: Replace XPM file
The XPM loader in GdkPixbuf is optional, so we should avoid using it.

See: #7143
2024-12-19 18:06:47 +00:00

10 lines
130 B
CSS

@import "reset-to-defaults.css";
#reference1 {
background: lime;
}
#reference2 {
background: url("marble.png") no-repeat;
}