1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:58:12 +00:00
serenity/Tests/LibWeb/Layout
Andreas Kling 0ef07383e5 LibWeb: Fix bogus min/max-height for box-sizing:border-box flex items
When resolving these constraints to CSS pixel sizes, we have to resolve
padding-top and padding-bottom against the flex container's *width*,
not its height.
2023-03-10 13:38:34 +01:00
..
expected LibWeb: Fix bogus min/max-height for box-sizing:border-box flex items 2023-03-10 13:38:34 +01:00
input LibWeb: Fix bogus min/max-height for box-sizing:border-box flex items 2023-03-10 13:38:34 +01:00
layout_test.sh CI: Move running LibWeb layout tests to Azure 2023-02-01 14:04:44 +00:00