This file is indexed.

/usr/share/javascript/yui3/app-transitions-css/app-transitions-css.css is in libjs-yui3-common 3.5.1-1ubuntu3.

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
/*
YUI 3.5.1 (build 22)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-app-transitioning .yui3-app-views,
.yui3-app-views.yui3-app-transitioning {
    overflow-x: hidden;
    position: relative;
    white-space: nowrap;
}
.yui3-app-transitioning .yui3-app-views > *,
.yui3-app-views.yui3-app-transitioning > * {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    white-space: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.app-transitions-css { display: none; }