Files
servo/tests/wpt/web-platform-tests/webgl/conformance-1.0.3/resources/js-test-style.css

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;
}