ladybird/Tests/LibWeb/Layout/input/table/table-max-content-width.html

7 lines
232 B
HTML
Raw Normal View History

<!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>