OSDN Git Service

フォルダ名変更
[wordring-tm/wordring-tm.git] / third-party / tidy-html5-master / test / input / in_427819.html
1 <html> 
2 <head> 
3 <title>[ #427819 ] OPTION w/illegal FONT eats whitespace</title> 
4 </head> 
5 <body> 
6 <form method="get"> 
7 <select name="select"> 
8 <option value="1"> Tidy <font size="7"> gets </font> 
9 this right </option> 
10 <!-- The following gets tidied into "Tidy getsthis 
11 wrong" --> 
12 <option value="2"> Tidy <font size="7"> gets</font> 
13 this wrong </option> 
14 </select> 
15 </form> 
16 </body> 
17 </html>