Newer
Older
minerva / Tests / LibWeb / Layout / input / table / row-outer-size-with-computed-size.html
@minerva minerva on 13 Jul 264 bytes Initial commit
<table style="border-collapse:separate;">
    <tr>
        <td style="height:6px"></td>
        <td rowspan="2" style="border:1px solid black">
            <a href="">Test</a>
        </td>
    </tr>
    <tr>
        <td style="height:6px"></td>
    </tr>
</table>