Newer
Older
minerva / Tests / LibWeb / Layout / input / table / table-max-content-width.html
@minerva minerva on 13 Jul 232 bytes Initial commit
<!DOCTYPE html><style type="text/css">
.table {
    width: max-content;
    background-color: magenta;
    border: 10px solid gold;
}
</style><table class="table"><tr style="height: 100px"><td style="width: 100px"></td></tr></table>