1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-31 17:52:45 +00:00
serenity/Tests/LibWeb/Layout
Andi Gallo ac6af51549 LibWeb: Improve span column width distribution
Compute the contributions to a spanning cell width from each cell in the
span. This better handles uneven column widths, since each cell
contribution is proportional with its own width as opposed to the own
width of the first cell in the span.

This better matches the behavior of other browsers and further aligns
with the specification.
2023-06-20 06:59:43 +02:00
..
expected LibWeb: Improve span column width distribution 2023-06-20 06:59:43 +02:00
input LibWeb: Improve span column width distribution 2023-06-20 06:59:43 +02:00