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

output.ref {
  color: green;
}