RetroZilla/layout/html/tests/table/bugs/bug41890.html

12 lines
230 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<table border=1 width=80% cols=2>
<tr>
<td colspan=2>
This is some text, this is some text, this is some text, this is some text
This is some text, this is some text, this is some text, this is some text
</td>
</tr>
</table>