tidy-html5/regression_testing/cases/legacy-cases/case-427841@1.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

32 lines
480 B
HTML

<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>