Newer
Older
minerva / Tests / LibWeb / Layout / input / table / stretch-to-fixed-height.html
@minerva minerva on 13 Jul 144 bytes Initial commit
<style>
    table {
        border: 1px solid black;
        height: 100px;
        padding: 10px;
    }
</style>
<table>
    <tr></tr>
</table>