ladybird/Tests/LibWeb/Layout/input/table/table-width-min-content-containing-block.html
Andreas Kling 34f2cbf202 LibWeb: Honor intrinsic constraints on available space in table widths
When a table's containing block provides min-content or max-content
available space, we now size the table's width accordingly.
2024-05-01 11:13:48 +02:00

8 lines
197 B
HTML

<!doctype html><style>
* { outline: 1px solid black; }
body { width: min-content; }
div { display: table; }
</style><body><div>
well hello friends
well hello friends
well hello friends