Newer
Older
minerva / Tests / LibWeb / Layout / input / table / table-width.html
@minerva minerva on 13 Jul 194 bytes Initial commit
<style>
.table {
    width: 100%;
    border: 100px solid black;
}

.cell {
    height: 10px;
    background-color: orange;
}
</style><table class="table"><tr><td class="cell"></td></tr></table>