mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Further changes required by Servo
This commit is contained in:
parent
b7773d02d2
commit
3cad1db7f9
1 changed files with 3 additions and 1 deletions
|
@ -339,7 +339,9 @@ impl Display {
|
|||
};
|
||||
Display::from3(DisplayOutside::Block, inside, self.is_list_item())
|
||||
},
|
||||
DisplayOutside::Block | DisplayOutside::XUL | DisplayOutside::None => *self,
|
||||
DisplayOutside::Block | DisplayOutside::None => *self,
|
||||
#[cfg(feature = "gecko")]
|
||||
DisplayOutside::XUL => *self,
|
||||
_ => Display::Block,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue