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:
bors-servo 2017-02-07 22:48:48 -08:00 committed by GitHub
commit 8ca1383c41

View file

@ -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.