This file is indexed.

/usr/share/pyshared/zope/testbrowser/ftests/oneform.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
<html>
  <body>

    <h1>Single Form Tests</h1>

    <form id="1" name="one" action="forms.html"
          enctype="multipart/form-data" method="post">
      <input type="text" name="text-value" value="First Text" />
      <input type="image" name="image-1" src="zope3logo.gif" />
      <input type="submit" name="submit-1" value="Submit" />
    </form>

  </body>
</html>