Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
master
/
.
/
css
/
css-tables
/
remove-caption-from-anon-table-ref.html
blob: 41af5464c78fb9e6a806106c8f05d38639e88669 [
file
] [
log
] [
blame
]
<!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>