summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ui-valid/output/style.css
blob: 1af22d9b38f781141631f4c6460c6f1977190491 (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:-moz-ui-valid {
  color: red;
}

output.valid {
  color: green;
}
output.valid:-moz-ui-valid {
  color: red;
}

output.ref {
  color: green;
}