mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Auto merge of #15418 - upsuper:blockify-flow-root, r=emilio
Not blockify flow-root <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15418) <!-- Reviewable:end -->
This commit is contained in:
commit
8ca1383c41
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.
|
// Values that are not changed by blockification.
|
||||||
T::none | T::block | T::flex | T::list_item | T::table => None,
|
T::none | T::block | T::flex | T::list_item | T::table => None,
|
||||||
% if product == "gecko":
|
% if product == "gecko":
|
||||||
T::contents | T::grid | T::_webkit_box => None,
|
T::contents | T::flow_root | T::grid | T::_webkit_box => None,
|
||||||
% endif
|
% endif
|
||||||
|
|
||||||
// Everything becomes block.
|
// Everything becomes block.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue