1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 04:08:10 +00:00
serenity/Tests/LibWeb/Layout
Aliaksandr Kalenik f6ff37398c LibWeb: Fix intrinsic sizing when min or max width is specified
Fixes the problem that width is incorrectly computed in intrinsic
sizing mode when there are blocks that have min-width or max-width
specified.

Actually that is just the fix of a symptom of the larger problem that
Length::to_px() returns 0 when value is auto regardless of available
size.
2023-05-02 18:50:26 +02:00
..
expected LibWeb: Fix intrinsic sizing when min or max width is specified 2023-05-02 18:50:26 +02:00
input LibWeb: Fix intrinsic sizing when min or max width is specified 2023-05-02 18:50:26 +02:00
layout_test.sh Tests/LibWeb: Time limit layout tests 2023-04-21 11:00:21 +01:00