This file is indexed.

/usr/share/doc/openjdk-11-jre-headless/demo/applets/SpreadSheet/example1.html is in openjdk-11-demo 10.0.1+10-3ubuntu1.

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
<html>
  <head>
    <title>SpreadSheet</title>
  </head>
  <body>
      <h1>SpreadSheet</h1>
      <hr>
      <applet code="SpreadSheet.class" width=320 height=120>
	<param name=rows value="4">
	<param name=c3 value="fC1+C2">
	<param name=c2 value="fA2*B2">
	<param name=c1 value="fA1*B1">
	<param name=title value="Example">
	<param name=b2 value="v1000">
	<param name=b1 value="v500">
	<param name=columns value="3">
	<param name=a2 value="v30">
	<param name=a1 value="v10">
        alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."
        Your browser is completely ignoring the &lt;APPLET&gt; tag!      
      </applet>
      <hr>
      <a href="SpreadSheet.java">The source</a>.
  </body>
</html>