gtk2/tests/reftests/css-match-name.css
Cosimo Cecchi d61a84bb3a reftests: add a bunch of missing reset-to-defaults
Fix the css-match-* reftests.
2012-02-01 17:59:27 -05:00

18 lines
250 B
CSS

@import url("reset-to-defaults.css");
#window {
engine: none;
background-image: none;
background-color: green;
border-radius: 0;
border-style: none;
}
#nowindow {
background-color: red;
}
#window#nowindow {
background-color: blue;
}