ladybird/Tests/LibWeb/Layout/input/table/top-caption-with-padding.html
2025-05-04 11:23:17 +02:00

16 lines
No EOL
178 B
HTML

<!DOCTYPE html>
<style>
caption {
caption-side: top;
padding: 10px;
}
</style>
<table>
<caption>
Caption
</caption>
<tr>
<td>Cell</td>
</tr>
</table>