This file is indexed.

/usr/share/api-sanity-checker/modules/Internals/Styles/Test.css is in api-sanity-checker 1.98.6-1.

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
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
body {
    font-family:Arial;
    font-size:16px;
}
h1 {
    margin-bottom:0px;
    padding-bottom:0px;
    font-size:25px;
}
h2 {
    margin-bottom:0px;
    padding-bottom:0px;
    font-size:20px;
}
span.int {
    font-weight:bold;
    color:#003E69;
    font-size:16px;
}
span.sym_p {
    font-weight:normal;
}
hr {
    color:Black;
    background-color:Black;
    height:1px;
    border:0;
}
table.l_num td {
    background-color:white;
    padding-right:3px;
    padding-left:3px;
    text-align:right;
}
table.code_lines td {
    padding-left:15px;
    text-align:left;
    white-space:nowrap;
}
span.comm {
    color:#888888;
}
span.str {
    color:#FF00FF;
}
span.var {
    color:Black;
    font-style:italic;
}
span.prepr {
    color:Green;
}
span.type {
    color:Brown;
}
span.keyw {
    font-weight:bold;
}
span.num {
    color:Blue;
}
span.targ {
    color:Red;
}
td.targ {
    background-color:#FFD1D1
}
span.nowrap {
    white-space:nowrap;
}
span.attr {
    color:#333333;
    font-weight:100;
}
span.color_p {
    font-style:italic;
    color:Brown;
}
span.param {
    font-style:italic;
}
span.focus_p {
    font-style:italic;
    color:Red;
}
span.yellow {
    background-color:#FFFFD6;
}
table.test_view {
    cursor:text;
    margin-top:7px;
    font-family:Monaco, Consolas, 'DejaVu Sans Mono', 'Droid Sans Mono', Monospace;
    font-size:14px;
    padding:10px;
    border:1px solid #E0E8E5;
    color:#444444;
    background-color:#EFF3F2;
    overflow:auto;
}
table.summary {
    border-collapse:collapse;
    border:1px outset black;
}
table.summary td {
    text-align:left;
    font-size:16px;
    border:1px inset gray;
    padding:0px 2px 0px 2px;
}
table.summary th {
    background-color:#EEEEEE;
    font-weight:100;
    text-align:left;
    font-size:15px;
    white-space:nowrap;
    border:1px inset gray;
    padding:0px 2px 0px 2px;
}