serenity/Tests/LibWeb/Layout/input/block-and-inline/inline-block-with-max-width-fit-content.html
Andreas Kling 2887976ce9 LibWeb: Fully resolve max-width values on inline-block elements
This fixes an issue where `max-width: fit-content` (and other
layout-dependent values) were treated as 0 on inline-blocks.
2023-07-15 12:30:07 +02:00

7 lines
164 B
HTML

<!doctype html><style>
span {
border: 1px solid black;
display: inline-block;
max-width: fit-content;
}
</style><span>hello friends