Bug 1776680 [wpt PR 34603] - [@container] Test invalidation of font-relative units...
[gecko.git] / dom / imptests / testharness.css
blobe2ed5a043f96aaea310a15100a0dec004f2cc80a
1 html {
2 font-family:DejaVu Sans, Bitstream Vera Sans, Arial, Sans;
5 #log .warning,
6 #log .warning a {
7 color: black;
8 background: yellow;
11 #log .error,
12 #log .error a {
13 color: white;
14 background: red;
17 section#summary {
18 margin-bottom:1em;
21 table#results {
22 border-collapse:collapse;
23 table-layout:fixed;
24 width:100%;
27 table#results th:first-child,
28 table#results td:first-child {
29 width:4em;
32 table#results th:last-child,
33 table#results td:last-child {
34 width:50%;
37 table#results.assertions th:last-child,
38 table#results.assertions td:last-child {
39 width:35%;
42 table#results th {
43 padding:0;
44 padding-bottom:0.5em;
45 border-bottom:medium solid black;
48 table#results td {
49 padding:1em;
50 padding-bottom:0.5em;
51 border-bottom:thin solid black;
54 tr.pass > td:first-child {
55 color:green;
58 tr.fail > td:first-child {
59 color:red;
62 tr.timeout > td:first-child {
63 color:red;
66 tr.notrun > td:first-child {
67 color:blue;
70 .pass > td:first-child, .fail > td:first-child, .timeout > td:first-child, .notrun > td:first-child {
71 font-variant:small-caps;
74 table#results span {
75 display:block;
78 table#results span.expected {
79 font-family:DejaVu Sans Mono, Bitstream Vera Sans Mono, Monospace;
80 white-space:pre;
83 table#results span.actual {
84 font-family:DejaVu Sans Mono, Bitstream Vera Sans Mono, Monospace;
85 white-space:pre;
88 span.ok {
89 color:green;
92 tr.error {
93 color:red;
96 span.timeout {
97 color:red;
100 span.ok, span.timeout, span.error {
101 font-variant:small-caps;