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

11 lines
110 B
HTML

<table border=1>
<thead>
<tr>
<th>inside thead
</thead>
<tr>
<td>inside tbody</td>
</tr>
</table>