This file is indexed.

/usr/share/pyshared/zope/testbrowser/ftests/textarea.html is in python-zope.testbrowser 4.0.2-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
13
14
15
16
17
18
<html>
  <body>

    <h1>Textarea Tests</h1>

    <form action="textarea.html" method="post">
      <div>
        <label for="textarea-value">Text Area Control</label>
        <em tal:condition="request/params/textarea-value|nothing"
            tal:content="request/params/textarea-value"></em>
          <textarea name="textarea-value" id="textarea-value">&lt;block&gt;
  &lt;feed/&gt;
  &amp;
&lt;/block&gt;</textarea>
    </form>

  </body>
</html>