chromium/third_party/blink/web_tests/http/tests/cookies/resources/cookies-test-style.css

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