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

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     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