Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
[gecko.git] / dom / imptests / testharness.css
blob365084f3f82116f85f0a5ecc5ad788bf8cda4712
1 html {
2 font-family:DejaVu Sans, Bitstream Vera Sans, Arial, Sans;
5 #log .warning,
6 #log .warning a {
7 color: black;
8 background: yellow;
11 #log .error,
12 #log .error a {
13 color: white;
14 background: red;
17 #log pre {
18 border: 1px solid black;
19 padding: 1em;
22 section#summary {
23 margin-bottom:1em;
26 table#results {
27 border-collapse:collapse;
28 table-layout:fixed;
29 width:100%;
32 table#results th:first-child,
33 table#results td:first-child {
34 width:4em;
37 table#results th:last-child,
38 table#results td:last-child {
39 width:50%;
42 table#results.assertions th:last-child,
43 table#results.assertions td:last-child {
44 width:35%;
47 table#results th {
48 padding:0;
49 padding-bottom:0.5em;
50 border-bottom:medium solid black;
53 table#results td {
54 padding:1em;
55 padding-bottom:0.5em;
56 border-bottom:thin solid black;
59 tr.pass > td:first-child {
60 color:green;
63 tr.fail > td:first-child {
64 color:red;
67 tr.timeout > td:first-child {
68 color:red;
71 tr.notrun > td:first-child {
72 color:blue;
75 .pass > td:first-child, .fail > td:first-child, .timeout > td:first-child, .notrun > td:first-child {
76 font-variant:small-caps;
79 table#results span {
80 display:block;
83 table#results span.expected {
84 font-family:DejaVu Sans Mono, Bitstream Vera Sans Mono, Monospace;
85 white-space:pre;
88 table#results span.actual {
89 font-family:DejaVu Sans Mono, Bitstream Vera Sans Mono, Monospace;
90 white-space:pre;