summaryrefslogtreecommitdiffstats
path: root/LayoutTests/http/tests/cookies/resources/cookies-test-style.css
blob: f12147ca432895468aa2749e4ca4436cceee85ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.pass {
    font-weight: bold;
    color: green;
}
.fail {
    font-weight: bold;
    color: red;
}
#console {
    white-space: pre-wrap;
    font-family: monospace;
}