Newer
Older
minerva / Tests / LibWeb / Layout / input / table / top-caption-with-padding.html
@minerva minerva on 13 Jul 162 bytes Initial commit
<style>
  caption {
    caption-side: top;
    padding: 10px;
  }
</style>

<table>
  <caption>
    Caption
  </caption>
  <tr>
    <td>Cell</td>
  </tr>
</table>