mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
Percentage row tracks in auto-height grids only participated in our intrinsic sizing pass. We computed the grid container's intrinsic height from that pass, but never reran row track sizing with the now-known height, so percentage rows stayed content-sized and the imported WPTs had recorded failures. Reset the mutable track sizing state before rerunning the row pass, rebuild row gap tracks against the resolved container height, and keep the automatic content height from the intrinsic pass so parent layout still resolves auto height correctly. Rebaseline the percentage-row imports and the grid track parsing import that now improve with the corrected percentage resolution.