This file is indexed.

/usr/share/javascript/yui/slider/assets/slider-core.css is in libjs-yui 2.8.2r1~squeeze-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
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1
*/
.yui-h-slider,
.yui-v-slider,
.yui-region-slider {
    position: relative;
}
.yui-h-slider .yui-slider-thumb,
.yui-v-slider .yui-slider-thumb,
.yui-region-slider .yui-slider-thumb {
    position: absolute;
    cursor: default;
}