Files
ladybird/Libraries/LibWeb/Layout/InlineFormattingContext.cpp
Andreas Kling d0636291fe LibWeb: Resolve percentage width/height of inline-block boxes
Percentage lengths cannot be to_px()'ed directly, we have to resolve
them against a reference (the containing block) first.

Fixes #4248.
2020-11-29 21:27:41 +01:00

8.2 KiB