This file is indexed.

/usr/share/doc/drupal7-mod-libraries/tests/example/example_2.css is in drupal7-mod-libraries 2.1-3.

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
/**
 * @file
 * Test CSS file for Libraries loading.
 *
 * Color the 'libraries-test-css' div green. See README.txt for more information.
 */

.libraries-test-css {
  color: green;
}