This file is indexed.

/usr/lib/python2.7/dist-packages/cssutils/tests/sheets/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
.normal {background-color: gray;}
.backslash {bac\kground-color: gray;}
html>body .childselector {background-color: green;}
html>/**/body .childselector-with-comment {background-color: orange}
.colon-default2, x:default
html>/**/body .colon-default, x:default
*:not(hr) .not-hr {background-color: red;}
* html .ie-only-1 {background-color: blue;}
*+html .ie-only-2 {background-color: blue;}
*+html .ie-only-3 {background-color: blue;}
html:first-child .first-child-2 {background-color: red;}
/* does not work as CSSUnknownRule read: 
	@mediaall { .mediaall { background-color: red; }}
*/
.not-class:not([class='XXX']) {background-color: red;}
@media all and (min-width: 0) { .mediaquery { background-color: red;} }