dom/tests/mochitest/ajax/lib/test.css

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 .test_ok {
     2 	color: green;
     3 	display: none;
     4 }
     5 .test_not_ok {
     6 	color: red;
     7 	display: block;
     8 }
    10 .test_ok, .test_not_ok {
    11    border-bottom-width: 2px;
    12    border-bottom-style: solid;
    13    border-bottom-color: black;
    14 }
    16 .all_pass {
    17     background-color: lime;
    18 }
    20 .some_fail {
    21     background-color: red;
    22 }
    24 .tests_report {
    25 	border-width: 2px;
    26 	border-style: solid;
    27 	width: 20em;
    28 }

mercurial