gecko/layout/reftests/css-enabled/output/style.css

13 lines
162 B
CSS
Raw Normal View History

output {
background-color: green;
}
output:enabled {
background-color: red;
}
/* ref should always be green! */
.ref:enabled {
background-color: green;
}