Make sure all files that should be present are present.

This commit is contained in:
Storm Dragon
2024-10-17 16:33:13 -04:00
parent 9d78a3fbee
commit c615709602
1395 changed files with 1344591 additions and 0 deletions

26
test/html/anchors2.html Normal file
View File

@ -0,0 +1,26 @@
<html>
<head>
<title>Links to test files</title>
</head>
<body>
<p>Here are some of our local test files:</p>
<ul>
<li><a href="anchors.html">anchors.html</a></li>
<li><a href="blockquotes.html">blockquotes.html</a></li>
<li><a href="bugzilla_top.html">bugzilla_top.html</a></li>
<li><a href="combobox.html">combobox.html</a></li>
<li><a href="fieldset.html">fieldset.html</a></li>
<li><a href="htmlpage.html">htmlpage.html</a></li>
<li><a href="image-test.html">image-test.html</a></li>
<li><a href="linebreak-test.html">linebreak-test.html</a></li>
<li><a href="lists.html">lists.html</a></li>
<li><a href="samesizearea.html">samesizearea.html</a></li>
<li><a href="simpleform.html">simpleform.html</a></li>
<li><a href="simpleheader.html">simpleheader.html</a></li>
<li><a href="slash-test.html">slash-test.html</a></li>
<li><a href="status-bar.html">status-bar.html</a></li>
<li><a href="tables.html">tables.html</a></li>
<li><a href="textattributes.html">textattributes.html</a></li>
</ul>
</body>
</html>