RetroZilla/layout/html/tests/table/bugs/bug13105.html
2015-10-20 23:03:22 -04:00

14 lines
218 B
HTML

<html>
<head><title>Testcase for bug 13105</title></head>
<body>
<P><code>&lt;TABLE border="0" frame="void"></code>
<TABLE border="0" frame="void">
<tr>
<td>Left</td>
<td>Right</td>
</tr>
</TABLE>
</body>
</html>