tidy-html5/regression_testing/cases/legacy-expects/case-427841.html
Jim Derry 5a1b65d089 Move the testing repository back into the Tidy codebase.
Automate testing of any PR's.
Updated README's explaining new processes.
2021-05-21 10:43:35 -04:00

37 lines
638 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Test input for bug #427841</title>
</head>
<body>
<p>Tidy crashes on badly formed HTML involving nested lists.</p>
<ul>
<li>
<a href="rememberwhenb.html">Next</a>
</li>
<li>
<a href="daysofourlives.html">Back</a>
</li>
<li>
<a href="newstuff.html">New Stuff</a>
</li>
</ul>
<ul>
<li>Merge adjacent lists</li>
</ul>
<ul>
<ul>
<li>
<a href="one.html">One</a>
</li>
<li>
<a href="two.html">Two</a>
</li>
<li>
<a href="three.html">Three</a>
</li>
</ul>
</ul>
</body>
</html>