OSDN Git Service

設定変更。
[wordring-tm/wordring-tm.git] / third-party / tidy-html5-master / test / input / in_427841.html
1 <HTML> 
2 <HEAD> 
3 <TITLE>Test input for bug #427841</TITLE> 
4 </HEAD> 
5 <BODY> 
6 <P>Tidy crashes on badly formed HTML 
7 involving nested lists. 
8
9 <UL> 
10 <LI> 
11 <UL> 
12 <LI><A HREF="rememberwhenb.html">Next</A> 
13 <LI><A HREF="daysofourlives.html">Back</A> 
14 <LI><A HREF="newstuff.html">New Stuff</A> 
15 </UL> 
16 </UL> 
17
18 <UL> 
19 <LI>Merge adjacent lists
20 </UL> 
21
22 <UL>
23
24 <UL> 
25 <LI><A HREF="one.html">One</A> 
26 <LI><A HREF="two.html">Two</A> 
27 <LI><A HREF="three.html">Three</A> 
28 </UL> 
29
30 </BODY> 
31 </HTML>