Sign in
chromium
/
chromium
/
src.git
/
HEAD
/
.
/
headless
/
test
/
data
/
structured_doc
/
table_caption.html
blob: a21aab81dbd2f535dc2b212b3d036e684f8fbc37 [
file
]
<!DOCTYPE html>
<html
lang
=
"en"
>
<body>
<table>
<tr>
<td>
Cell 1
</td>
</tr>
<caption>
Caption should become first child of Table
</caption>
<tr>
<td>
Cell 2
</td>
</tr>
</table>
</body>
</html>