Make sure all files that should be present are present.
This commit is contained in:
17
test/html/bug-570757.html
Normal file
17
test/html/bug-570757.html
Normal file
@ -0,0 +1,17 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Hello world</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>This is a test.</p>
|
||||
<fieldset class="foo">
|
||||
<legend>Solution</legend>
|
||||
<span>Here is a step-by-step tutorial:
|
||||
<br />
|
||||
<ul><li>Do this thing</li>
|
||||
<li>Do this other thing</li>
|
||||
</ul>
|
||||
</span>
|
||||
</fieldset>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user