summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-valid/output/style.css
blob: dbfc3f7a4c281f0d54e690996cf441669b0a7e43 (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.notvalid {
  color: green;
}
output.notvalid:valid {
  color: red;
}

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

output.ref {
  color: green;
}