summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-invalid/output/style.css
blob: c291f09d1b06bfa98879de82145314c02b039bc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* Override default style */
output {
  color: black;
}

output.notinvalid {
  color: green;
}
output.notinvalid:invalid {
  color: red;
}

output.invalid {
  color: green;
}
output.invalid:invalid {
  color: red;
}

output.ref {
  color: green;
}