mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Review nits
This commit is contained in:
parent
607df04849
commit
6763e7e4ae
3 changed files with 7 additions and 9 deletions
|
@ -307,7 +307,7 @@ impl<'a> AbsolutelyPositionedFragment<'a> {
|
|||
Ok(replaced) => {
|
||||
// FIXME: implement https://drafts.csswg.org/css2/visudet.html#abs-replaced-width
|
||||
// and https://drafts.csswg.org/css2/visudet.html#abs-replaced-height
|
||||
let block_size = block_size.auto_is(|| Length::zero());
|
||||
let block_size = block_size.auto_is(Length::zero);
|
||||
let fragments = replaced.make_fragments(
|
||||
&self.absolutely_positioned_box.contents.style,
|
||||
Vec2 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue