summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/456147.css
blob: 7f8647ce9bd1f81116afc58319bf6db707517f62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* In order to ensure consistency between the HTML reference and XUL
   test case, we explicitly specify all relevant style properties.  */
* {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
window {
  padding: 8px;
  background-color: white;
}
label, description {
  color: black;
  font: normal normal normal 12pt/14pt serif;
  height: 30px;
}
vbox#under {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: orange;
}
vbox#strike {
  text-decoration: line-through;
  text-decoration-skip-ink: none;
  color: blue;
}