trisquel-icecat/icecat/testing/web-platform/tests/css/css-tables/remove-caption-from-anon-table-ref.html

12 lines
203 B
HTML

<!doctype html>
<meta charset="utf-8">
<table style="display: block">
<tbody>
<tr>
<th>Header</th>
</tr>
<tr>
<td>Some long long long content</td>
</tr>
</tbody>
</table>