dom/imptests/testharness.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/imptests/testharness.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,92 @@
     1.4 +html {
     1.5 +    font-family:DejaVu Sans, Bitstream Vera Sans, Arial, Sans;
     1.6 +}
     1.7 +
     1.8 +#log .warning,
     1.9 +#log .warning a {
    1.10 +  color: black;
    1.11 +  background: yellow;
    1.12 +}
    1.13 +
    1.14 +#log .error,
    1.15 +#log .error a {
    1.16 +  color: white;
    1.17 +  background: red;
    1.18 +}
    1.19 +
    1.20 +#log pre {
    1.21 +  border: 1px solid black;
    1.22 +  padding: 1em;
    1.23 +}
    1.24 +
    1.25 +section#summary {
    1.26 +    margin-bottom:1em;
    1.27 +}
    1.28 +
    1.29 +table#results {
    1.30 +    border-collapse:collapse;
    1.31 +    table-layout:fixed;
    1.32 +    width:100%;
    1.33 +}
    1.34 +
    1.35 +table#results th:first-child,
    1.36 +table#results td:first-child {
    1.37 +    width:4em;
    1.38 +}
    1.39 +
    1.40 +table#results th:last-child,
    1.41 +table#results td:last-child {
    1.42 +    width:50%;
    1.43 +}
    1.44 +
    1.45 +table#results.assertions th:last-child,
    1.46 +table#results.assertions td:last-child {
    1.47 +    width:35%;
    1.48 +}
    1.49 +
    1.50 +table#results th {
    1.51 +    padding:0;
    1.52 +    padding-bottom:0.5em;
    1.53 +    border-bottom:medium solid black;
    1.54 +}
    1.55 +
    1.56 +table#results td {
    1.57 +    padding:1em;
    1.58 +    padding-bottom:0.5em;
    1.59 +    border-bottom:thin solid black;
    1.60 +}
    1.61 +
    1.62 +tr.pass > td:first-child {
    1.63 +    color:green;
    1.64 +}
    1.65 +
    1.66 +tr.fail > td:first-child {
    1.67 +    color:red;
    1.68 +}
    1.69 +
    1.70 +tr.timeout > td:first-child {
    1.71 +    color:red;
    1.72 +}
    1.73 +
    1.74 +tr.notrun > td:first-child {
    1.75 +    color:blue;
    1.76 +}
    1.77 +
    1.78 +.pass > td:first-child, .fail > td:first-child, .timeout > td:first-child, .notrun > td:first-child {
    1.79 +    font-variant:small-caps;
    1.80 +}
    1.81 +
    1.82 +table#results span {
    1.83 +    display:block;
    1.84 +}
    1.85 +
    1.86 +table#results span.expected {
    1.87 +    font-family:DejaVu Sans Mono, Bitstream Vera Sans Mono, Monospace;
    1.88 +    white-space:pre;
    1.89 +}
    1.90 +
    1.91 +table#results span.actual {
    1.92 +    font-family:DejaVu Sans Mono, Bitstream Vera Sans Mono, Monospace;
    1.93 +    white-space:pre;
    1.94 +}
    1.95 +

mercurial