mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Skip anonymous blocks for percentage resolution (#33658)
Anonymous blocks have `height: auto`, so children with a percentage `height` were considered to have an indefinite height. However, anonymous blocks need to be skipped for percentage resolution, so the percentages may actually be definite. Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
719b5aba24
commit
ad8ba49d2c
3 changed files with 36 additions and 12 deletions
|
@ -1,2 +0,0 @@
|
|||
[anonymous-boxes-001a.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[image-percentage-max-height-in-anonymous-block.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue