tidy-html5/test/testbase/out_427841.html
2015-05-13 13:38:40 +02:00

40 lines
716 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Test input for bug #427841</title>
<style type="text/css">
div.c1 {margin-left: 2em}
</style>
</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>
<div class="c1">
<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>
</div>
</body>
</html>