forked from AuroraMiddleware/gtk
e5e5beafa5
The aspect ratio for fallback image was incorrectly set to 1. Reftest is included.
10 lines
136 B
CSS
10 lines
136 B
CSS
window {
|
|
background-color: blue;
|
|
background-image: image(red);
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
#reference {
|
|
background: red;
|
|
}
|