mirror of
https://github.com/servo/servo.git
synced 2025-08-21 21:35:32 +01:00
layout: Don't consider a definite stretch
size as intrinsic (#36045)
`block_size_is_zero_or_intrinsic()` was always returning true for `stretch`. This function is used for the margin collapse heuristics in block layout, so we were considering that an empty element with `height: stretch` would self-collapse. Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
6be7612d16
commit
3a3c3aeb75
2 changed files with 7 additions and 7 deletions
|
@ -1,2 +0,0 @@
|
|||
[block-height-009.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue