summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/runner/report.css
blob: bc25f9e1bdb060c14d31fbb00b3153579327eef8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
table {
    border-collapse: collapse;
}

tbody {
    border-top: thin solid;
    border-bottom: thin solid;
}

.status {
    font-variant:small-caps;
    color:white;
    text-align:center;
    font-variant:small-caps;
}

.PASS, .OK {
    background-color:green;
}

.FAIL {
    background-color:red;
}

.ERROR, .NOTRUN, .NONE {
    background-color:black;
}

.TIMEOUT {
    background-color:blue;
}

td {
    padding:0.25em;
}

tr.test {
    background-color:#ddd;
}

tr.subtest {
    background-color:#eee;
}