This file is indexed.

/usr/share/doc/openjdk-11-jre-headless/demo/applets/BarChart/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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<html>
  <head>
    <title>Bar Chart (1.1)</title>
  </head>
  <body>
    <h1>Bar Chart (1.1)</h1>
    <hr>
    <applet code="BarChart.class" width=250 height=130>

      <param name=title value="Performance">
      <param name=columns value="4">
      <param name=orientation value="horizontal">
      <param name=scale value="5">

      <param name=c1_label value="Q1">
      <param name=c1 value="10">
      <param name=c1_color value="blue">
      <param name=c1_style value="striped">

      <param name=c2_label value="Q2">
      <param name=c2 value="20">
      <param name=c2_color value="green">
      <param name=c2_style value="solid">
        
      <param name=c3_label value="Q3">
      <param name=c3 value="5">
      <param name=c3_color value="magenta">
      <param name=c3_style value="striped">
        
      <param name=c4_label value="Q4">
      <param name=c4 value="30">
      <param name=c4_color value="yellow">
      <param name=c4_style value="solid">

      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="BarChart.java">The source</a>.
  </body>
</html>