1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/testing/mochitest/static/harness.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,97 @@ 1.4 +body { 1.5 + margin: 0; 1.6 + padding: 0; 1.7 + font-family: Verdana, Helvetica, Arial, sans-serif; 1.8 + font-size: 11px; 1.9 + background-color: #fff; 1.10 +} 1.11 + 1.12 +#xulharness { 1.13 + position: fixed; 1.14 + top: 30px; 1.15 + bottom: 0; 1.16 + right: 0px; 1.17 + left: 0px; 1.18 + overflow:auto; 1.19 +} 1.20 + 1.21 +th, td { 1.22 + font-family: Verdana, Helvetica, Arial, sans-serif; 1.23 + font-size: 11px; 1.24 + padding-left: .2em; 1.25 + padding-right: .2em; 1.26 + text-align: left; 1.27 + height: 15px; 1.28 + margin: 0; 1.29 +} 1.30 + 1.31 +li, li.test, li.dir { 1.32 + padding: 0; 1.33 + line-height: 15px; 1.34 +} 1.35 + 1.36 +ul { 1.37 + list-style: none; 1.38 + margin: 0; 1.39 + margin-left: 1em; 1.40 + padding: 0; 1.41 + border: none; 1.42 +} 1.43 + 1.44 +ul.top { 1.45 + padding: 0; 1.46 + padding-left: 1em; 1.47 +} 1.48 + 1.49 +table#test-table { 1.50 + background: #f6f6f6; 1.51 + margin-left: 1em; 1.52 + padding: 0; 1.53 +} 1.54 + 1.55 +div.container { 1.56 + margin: 1em; 1.57 +} 1.58 + 1.59 +a#runtests, a { 1.60 + color: #3333cc; 1.61 +} 1.62 + 1.63 +li.non-test a { 1.64 + color: #999999; 1.65 +} 1.66 + 1.67 +small a { 1.68 + color: #000; 1.69 +} 1.70 + 1.71 +.clear { clear: both;} 1.72 +.invisible { display: none;} 1.73 + 1.74 +div.status { 1.75 + min-height: 170px; 1.76 + width: 100%; 1.77 + border: 1px solid #666; 1.78 +} 1.79 +div.frameholder { 1.80 + min-height: 170px; 1.81 + min-width: 500px; 1.82 + background-color: #ffffff; 1.83 +} 1.84 + 1.85 +div#current-test { 1.86 + margin-top: 1em; 1.87 + margin-bottom: 1em; 1.88 +} 1.89 + 1.90 +#indicator { 1.91 + color: white; 1.92 + background-color: green; 1.93 + padding: .5em; 1.94 + margin: 0; 1.95 +} 1.96 + 1.97 +#pass, #fail { 1.98 + margin: 0; 1.99 + padding: .5em; 1.100 +}