Auto merge of #15056 - upsuper:blockify-none, r=emilio

Never blockify display: none

<!-- 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/15056)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-01-16 18:01:43 -08:00 committed by GitHub
commit 7c1112408e

View file

@ -1973,7 +1973,7 @@ pub fn apply_declarations<'a, F, I>(viewport_size: Size2D<Au>,
% endif % endif
// Values that are not changed by blockification. // Values that are not changed by blockification.
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::grid | T::_webkit_box => None,
% endif % endif