summaryrefslogtreecommitdiffstats
path: root/dom/canvas/test/webgl-conf/checkout/resources/js-test-style.css
blob: bb7d5148e5a22212169d14e0fcda2893a0abd718 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.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;
}