mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement keyword sizes for replaced elements (#34091)
Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
3289e7d84d
commit
ee7b207f96
18 changed files with 342 additions and 106 deletions
|
@ -466,7 +466,7 @@ impl HoistedAbsolutelyPositionedBox {
|
|||
.used_size_as_if_inline_element(
|
||||
containing_block,
|
||||
&style,
|
||||
&content_box_sizes_and_pbm.into(),
|
||||
&content_box_sizes_and_pbm,
|
||||
)
|
||||
.map(|size| Size::Numeric(*size));
|
||||
(used_size, Default::default(), Default::default())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue