This file is indexed.

/usr/lib/python2.7/dist-packages/cssutils/tests/sheets/t-HACKS.css is in python-cssutils 1.0.2-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
/* http://centricle.com/ref/css/filters/?highlight_columns=true */
@import 'styles1.css';
@import "styles2.css";
@import url(styles3.css);
@import url('styles4.css');
@import url("styles5.css");
@import "null?\"\{";
@import "styles6.css";

a {
	color: red;
	voice-family:"\"}\"";
	voice-family:inherit;
	color: green;
}
b { color: red;
	 c\olor:green; }
c { color: red;
	/*/*/color:green;/* */ }
/* NS4 only, should not work: */
d { color: green;
	/*/*//*/color:red;/* */    	 }

e1{content:"\"/*"}
e2{color:green}
/* THIS SHOULD WORK??? */
/* \*/
div{color:green}
/* */

div#test { }
head:first-child+body div {  }


@media all{/* rules */}