This file is indexed.

/usr/share/doc/node-bignumber/test/browser/quick-test.html is in node-bignumber 1.3.0+dfsg-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
<!DOCTYPE html>
<html lang='en'>
<head>
  <meta charset='utf-8' />
  <title>Testing bignumber.js</title>
  <style> body {font-family: monospace; font-size: 12px; line-height: 14px;}</style>
  <script src='../../bignumber.js'></script>
</head>
<body>
  <script src='../quick-test.js'></script>
</body>
</html>