On x86 compilers without fastcall, simulate it when invoking traces and un-simulate...
[wine-gecko.git] / testing / mochitest / static / harness.css
blob3c941ecf39206a3ee7ac2d1bca294f102ead92f0
1 body {
2 margin: 0;
3 padding: 0;
4 font-family: Verdana, Helvetica, Arial, sans-serif;
5 font-size: 11px;
6 background-color: #fff;
9 #xulharness {
10 position: fixed;
11 top: 30px;
12 bottom: 0;
13 right: 0px;
14 left: 0px;
15 overflow:auto;
18 th, td {
19 font-family: Verdana, Helvetica, Arial, sans-serif;
20 font-size: 11px;
21 padding-left: .2em;
22 padding-right: .2em;
23 text-align: left;
24 height: 15px;
25 margin: 0;
28 li, li.test, li.dir {
29 padding: 0;
30 line-height: 15px;
33 ul {
34 list-style: none;
35 margin: 0;
36 margin-left: 1em;
37 padding: 0;
38 border: none;
41 ul.top {
42 padding: 0;
43 padding-left: 1em;
46 table#test-table {
47 background: #f6f6f6;
48 margin-left: 1em;
49 padding: 0;
52 div.container {
53 margin: 1em;
56 a#runtests, a {
57 color: #3333cc;
60 li.non-test a {
61 color: #999999;
64 small a {
65 color: #000;
68 .clear { clear: both;}
69 .invisible { display: none;}
71 div.status {
72 min-height: 170px;
73 width: 100%;
74 border: 1px solid #666;
76 div.frameholder {
77 min-height: 170px;
78 min-width: 500px;
79 background-color: #ffffff;
82 div#current-test {
83 margin-top: 1em;
84 margin-bottom: 1em;
87 #indicator {
88 color: white;
89 background-color: green;
90 padding: .5em;
91 margin: 0;
94 #pass, #fail {
95 margin: 0;
96 padding: .5em;