gecko/content/canvas/test/webgl/resources/js-test-style.css
2010-06-04 12:03:40 -07:00

13 lines
168 B
CSS

.pass {
font-weight: bold;
color: green;
}
.fail {
font-weight: bold;
color: red;
}
#console {
white-space: pre-wrap;
font-family: monospace;
}