Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 /* In order to ensure consistency between the HTML reference and XUL
2 test case, we explicitly specify all relevant style properties. */
3 * {
4 margin: 0;
5 padding: 0;
6 border: none;
7 background-color: transparent;
8 }
9 window {
10 padding: 8px;
11 background-color: white;
12 }
13 label, text, description {
14 color: black;
15 font: normal normal normal 12pt/14pt serif;
16 height: 30px;
17 }
18 vbox#under {
19 text-decoration: underline;
20 color: orange;
21 }
22 vbox#strike {
23 text-decoration: line-through;
24 color: blue;
25 }