1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 02:18:12 +00:00
serenity/Tests/LibWeb/Layout
Andi Gallo c5eeb303d8 LibWeb: Don't cap used width by available width from a constraint
In compute_table_box_width_inside_table_wrapper, we should only consider
available_width when it's valid. Values which come from {min,
max}-content constraints aren't meaningful and shouldn't be considered
for the cap.
2023-06-18 08:27:24 +02:00
..
expected LibWeb: Don't cap used width by available width from a constraint 2023-06-18 08:27:24 +02:00
input LibWeb: Use correct reference for abspos elements with % height sizes 2023-06-17 20:35:19 +02:00