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

13 lines
176 B
HTML

<table border=1>
<tr><td>
<table width="100%" style="table-layout:fixed" border=1>
<tr><td width="200">cell 1
<td width="500">cell 2
</td>
</tr>
</table>
</td></tr>
</table>