Backed out changeset 8fc3326bce7f (bug 1943032) for causing failures at browser_tab_g...
[gecko.git] / dom / canvas / test / webgl-conf / checkout / resources / js-test-style.css
blob5f6839b6214773b0a00bc8a2b3b62acf64dc1dee
1 .pass {
2 font-weight: bold;
3 color: green;
5 .fail {
6 font-weight: bold;
7 color: red;
9 .warn {
10 font-weight: bold;
11 color: yellow;
12 text-shadow: 1px 1px #ff0000
14 #console {
15 white-space: pre-wrap;
16 font-family: monospace;
18 body {
19 background-color: #ffffff;