This file is indexed.

/usr/share/pyshared/nevow/livetest.css is in python-nevow 0.10.0-4build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
body { margin: 0px; }

table { table-layout: fixed; }

th { text-align: left; }

td { overflow: hidden; white-space: nowrap; }

#testprogress {
    width: 300px;
}

.test-passes {
    background-color: rgb(26, 198, 64);
}

.test-failures {
    background-color: rgb(241, 12, 20);
}

#testresults {
    width: 300px;
}

#testframe {
    position: fixed;
    top: 0px;
    left: 300px;
    right: 0px;
    bottom: 0px;
    border: 0px;
}