1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-24 00:35:08 +00:00
serenity/Tests/LibWeb/Layout/input/block-and-inline/min-width-for-box-with-inline-children.html
Aliaksandr Kalenik d32bf4cd41 LibWeb: Set min-width for inline child boxes after inside layout
min-width for boxes with inline children can only be applied after
inside layout is done and width of box content is known.
2023-08-05 09:25:24 +02:00

12 lines
No EOL
266 B
HTML

<!doctype html><style>
* {
border: 1px solid black !important;
}
body {
width: max-content;
}
.inner {
min-width: 600px;
font-size: 50px;
}
</style><body><div class="outer"><div class="inner">well hello friends