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

22
test/html/bug-592383.html Normal file
View File

@ -0,0 +1,22 @@
<html>
<head>
<title>Test</title>
<style>
span.largefirst
{
float: left;
width: 0.7em;
font-size: 400%;
font-family: Georgia, rockwell, algerian;
line-height: 75%;
}
</style>
</head>
<body>
<p>This is a normal paragraph.</p>
<p>So is this one, but the next one will not be.</p>
<p><span class="largefirst">W</span><b>&nbsp;&nbsp;&nbsp;hy</b> did the chicken cross the road? Give up? It was to escape from the enormous capital letter at the beginning of this paragraph. These are the things that keep chickens up at night. No. Really.They are.
</p>
<p>Here's another normal paragraph.</p>
</body>
</html>