This file is indexed.

/usr/share/php/Horde/Css/Parser/vendor/sabberworm/php-css-parser/tests/files/namespaces.css is in php-horde-css-parser 1.0.11-1ubuntu1.

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
/* From the spec at http://www.w3.org/TR/css3-namespace/ */

@namespace toto "http://toto.example.org";
@namespace "http://example.com/foo";


/* From an introduction at http://www.blooberry.com/indexdot/css/syntax/atrules/namespace.htm */
@namespace foo url("http://www.example.com/");
@namespace foo url('http://www.example.com/');


foo|test {
	gaga: 1;
}

|test {
	gaga: 2;
}