Newer
Older
minerva / Tests / LibWeb / Layout / input / table / colspan-weighted-width-distribution.html
@minerva minerva on 13 Jul 300 bytes Initial commit
<style>
    table,
    td {
        border: 1px solid black;
        border-spacing: 0px;
        text-align: center;
    }
</style>

<table>
    <tr>
        <td style="width: 180px;">A</td>
        <td style="width: 20px;">B</td>
    </tr>
    <tr>
        <td colspan="2">C</td>
    </tr>
</table>