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

14 lines
162 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html> <body>
1
<table border=1 width="100%">
<tr><td></td></tr>
</table>
2
<br>
3
<table border=1 width="100%">
<tr></tr>
</table>
4
</body> </html>