summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-disabled/output/style.css
blob: 4e6012320f9ee3de8b81c19a0290efd4ed63a344 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
output {
  background-color: green;
}

output:disabled {
  background-color: red;
}

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