dom/imptests/testharness.css

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 html {
     2     font-family:DejaVu Sans, Bitstream Vera Sans, Arial, Sans;
     3 }
     5 #log .warning,
     6 #log .warning a {
     7   color: black;
     8   background: yellow;
     9 }
    11 #log .error,
    12 #log .error a {
    13   color: white;
    14   background: red;
    15 }
    17 #log pre {
    18   border: 1px solid black;
    19   padding: 1em;
    20 }
    22 section#summary {
    23     margin-bottom:1em;
    24 }
    26 table#results {
    27     border-collapse:collapse;
    28     table-layout:fixed;
    29     width:100%;
    30 }
    32 table#results th:first-child,
    33 table#results td:first-child {
    34     width:4em;
    35 }
    37 table#results th:last-child,
    38 table#results td:last-child {
    39     width:50%;
    40 }
    42 table#results.assertions th:last-child,
    43 table#results.assertions td:last-child {
    44     width:35%;
    45 }
    47 table#results th {
    48     padding:0;
    49     padding-bottom:0.5em;
    50     border-bottom:medium solid black;
    51 }
    53 table#results td {
    54     padding:1em;
    55     padding-bottom:0.5em;
    56     border-bottom:thin solid black;
    57 }
    59 tr.pass > td:first-child {
    60     color:green;
    61 }
    63 tr.fail > td:first-child {
    64     color:red;
    65 }
    67 tr.timeout > td:first-child {
    68     color:red;
    69 }
    71 tr.notrun > td:first-child {
    72     color:blue;
    73 }
    75 .pass > td:first-child, .fail > td:first-child, .timeout > td:first-child, .notrun > td:first-child {
    76     font-variant:small-caps;
    77 }
    79 table#results span {
    80     display:block;
    81 }
    83 table#results span.expected {
    84     font-family:DejaVu Sans Mono, Bitstream Vera Sans Mono, Monospace;
    85     white-space:pre;
    86 }
    88 table#results span.actual {
    89     font-family:DejaVu Sans Mono, Bitstream Vera Sans Mono, Monospace;
    90     white-space:pre;
    91 }

mercurial