1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-05 21:57:35 +00:00
serenity/Tests/LibWeb/Layout
Aliaksandr Kalenik 6cec431720 LibWeb: Set zero underflow when calculating intrinsic width of block
This fix resolves issue where calculating the min size of a block could
result in incorrect value if width of the block's children was
compensated by margins to fit into container width (which is equal to 0
during min size calculation).
2023-05-02 12:41:45 +02:00
..
expected LibWeb: Set zero underflow when calculating intrinsic width of block 2023-05-02 12:41:45 +02:00
input LibWeb: Set zero underflow when calculating intrinsic width of block 2023-05-02 12:41:45 +02:00
layout_test.sh Tests/LibWeb: Time limit layout tests 2023-04-21 11:00:21 +01:00