This file is indexed.

/usr/share/javascript/debugger/DebugBottom.html is in libjs-debugger 0.5-4.

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
25
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
		<style type="text/css">
			body {
			font-family: sans-serif;
			font-size: x-small;
			}
			.debugmsgheader {
			font-style: italic;
			}
			.debugmsgbody {
			border-bottom: 1px solid black;
			}
			.green    { color: green; }
			.red      { color: red; }
			.blue     { color: blue; }
			.purple   { color: purple; }
			.fuchsia  { color: fuchsia; }
		</style>
  </head>

  <body>
  </body>
</html>