This file is indexed.

/usr/share/doc/libjs-cropper/tests/example-Frameset.htm is in libjs-cropper 1.2.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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Testing basic example in frame</title>
</head>
<frameset rows="10%,90%">
   <noframes>
      To be viewed properly, this page requires frames.
   </noframes>
   <frame src="example-Frameset-TopFrame.htm" />
   <frame src="example-Basic.htm" />
</frameset>
</html>