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

13 lines
164 B
CSS
Raw Normal View History

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