about summary refs log tree commit diff stats
path: root/test/layout/table-caption-margins.html
blob: aaf89d8ada4def220c2b40538c5b0c652d7f4adf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<table>
<tr>
<td>
something something
<tr>
<td>
row 2
<caption style="caption-side: bottom; margin-top: 2em; margin-left: 1ch">
<div style="margin-top: 2em; text-align: left">
testing
</div>
</caption>