mirror of
https://github.com/servo/servo.git
synced 2025-08-17 11:25:35 +01:00
Fix PlacementAmongFloats to avoid missing some bands (#30280)
PlacementAmongFloats would stop iterating when current_bands would be empty, even if next_band wasn't at infinity. Then the BFC root or replaced block was placed after all the floats, even if it could fit next to some of them. This patch moves the next_band into current_bands so that the loop keeps considering bands.
This commit is contained in:
parent
efa8433548
commit
a4fdbc30ea
5 changed files with 63 additions and 4 deletions
|
@ -1,2 +0,0 @@
|
|||
[c414-flt-fit-001.xht]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue