Files
serenity/Tests/LibWeb/Layout/input/svg
Jelle Raaijmakers cbf8857e8d LibWeb: Do not resolve inline block height early if height is definite
This condition was included to implement flex containers with auto
height, but it actually can reset the definitive height to 0 for inline
blocks with only replaced elements such as an SVG. Removing the
condition does not break any in-tree test, so let's improve the
situation on the SVG side of things for now.

(cherry picked from commit 352a66390f27fb7bbbfa823364fefc9af00d4b63)
2024-11-24 13:38:45 -05:00
..