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

30 lines
278 B
HTML

<HTML>
<head>
</head>
<body>
&nbsp;
<table BORDER COLS=2 WIDTH="50%" >
<tr>
<td><table ALIGN="MIDDLE" BORDER COLS=2 WIDTH="5%" >
<tr>
<td>hello</td>
<td>hello</td>
</tr>
<tr>
<td>hello</td>
<td>hello</td>
</tr>
</table></td>
<td>hello</td>
</tr>
</table>
</body>
</html>