mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
layout: Lay out grid items with a consistent tentative block size (#37981)
When laying out a grid item, the tentative block size that is used to determine the intrinsic inline sizes was different than the one used in the containing block for the contents. The latter is now used for both cases. Testing: A test is now passing. Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
a02877e6b4
commit
e14556959d
2 changed files with 9 additions and 12 deletions
|
@ -1,2 +0,0 @@
|
|||
[grid-item-inline-contribution-001.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue