summaryrefslogtreecommitdiffstats
path: root/dom/canvas/test/webgl-conf/checkout/resources/js-test-style.css
blob: 5f6839b6214773b0a00bc8a2b3b62acf64dc1dee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.pass {
    font-weight: bold;
    color: green;
}
.fail {
    font-weight: bold;
    color: red;
}
.warn {
    font-weight: bold;
    color: yellow;
    text-shadow: 1px 1px #ff0000
}
#console {
    white-space: pre-wrap;
    font-family: monospace;
}
body {
    background-color: #ffffff;
}