1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-15 16:11:00 +00:00
serenity/Tests/LibWeb/Layout
Andreas Kling 197efc8985 LibWeb: Improve handling of min/max constraint violations on images
Instead of bailing after resolving one violated constraint, we have to
continue down the list of remaining constraints.

We now also call the constraint solver for all replaced elements with
"auto" for both width and height.

Co-authored-by: 0GreenClover0 <clovers02123@gmail.com>
2023-05-09 12:11:28 +02:00
..
expected LibWeb: Improve handling of min/max constraint violations on images 2023-05-09 12:11:28 +02:00
input LibWeb: Improve handling of min/max constraint violations on images 2023-05-09 12:11:28 +02:00
layout_test.sh LibWeb: Align GridFormattingContext::run_track_sizing() with the spec 2023-05-09 06:37:30 +02:00