mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Not blockify flow-root
This commit is contained in:
parent
a1d19ca5f8
commit
80541219bc
1 changed files with 1 additions and 1 deletions
|
@ -1969,7 +1969,7 @@ pub fn apply_declarations<'a, F, I>(viewport_size: Size2D<Au>,
|
|||
// Values that are not changed by blockification.
|
||||
T::none | T::block | T::flex | T::list_item | T::table => None,
|
||||
% if product == "gecko":
|
||||
T::contents | T::grid | T::_webkit_box => None,
|
||||
T::contents | T::flow_root | T::grid | T::_webkit_box => None,
|
||||
% endif
|
||||
|
||||
// Everything becomes block.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue