Bug 765: use load_uri to load the old tab's document to avoid crash
[elinks/miciah.git] / test / underline.html
blob0d852721c57773b76421d9b5d6a2dd492f1ae85c
1 <html>
2 <body bgcolor=white>
3 <center>UNDERLINE TESTS</center>
4 <br>TEST_1:<br>
5 <u>test underline</u>
6 <br>TEST_2:<br>
7 <u>test <br> underline <br> with br</u>
8 <br>TEST_3:<br>
9 <pre>
10 <u>test
11 underline
12 in pre</u>
13 </pre>
14 <br>TEST_4:<br>
15 <u><a href="">test url1</a>&nbsp;&nbsp;<a href="">test url2</a></u>
16 <br>TEST_5:<br>
17 <table width=50>
18 <tr><td><u>test underline in a table test underline in a table</u></td></tr>
19 </table>
20 </body>
21 </html>