mirror of
https://github.com/servo/servo.git
synced 2025-08-14 09:55:35 +01:00
Handle aspect ratios in ReplacedContent::inline_content_sizes
(#33240)
We were only handling the aspect ratio of a replaced element when computing its min/max-content contribution, but not when computing the min/max-content size. Now both cases will take it into account. Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
3f93de7f54
commit
0643aa4708
13 changed files with 39 additions and 59 deletions
|
@ -1,2 +0,0 @@
|
|||
[flex-aspect-ratio-017.html]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[percentage-height-in-flexbox.html]
|
||||
[#target offsetSize matches #container offsetSize]
|
||||
expected: FAIL
|
||||
|
||||
[#target offsetSize matches #container offsetSize after resize]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue