tidy-html5/test/input/in_427841.html

32 lines
480 B
HTML
Raw Normal View History

2011-11-17 02:44:16 +00:00
<HTML>
<HEAD>
<TITLE>Test input for bug #427841</TITLE>
</HEAD>
<BODY>
<P>Tidy crashes on badly formed HTML
involving nested lists.
<UL>
<LI>
<UL>
<LI><A HREF="rememberwhenb.html">Next</A>
<LI><A HREF="daysofourlives.html">Back</A>
<LI><A HREF="newstuff.html">New Stuff</A>
</UL>
</UL>
<UL>
<LI>Merge adjacent lists
</UL>
<UL>
<UL>
<LI><A HREF="one.html">One</A>
<LI><A HREF="two.html">Two</A>
<LI><A HREF="three.html">Three</A>
</UL>
</BODY>
</HTML>