haikuwebkit/LayoutTests/tables/mozilla/bugs/bug34176.html

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>