mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
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:
commit
7c1112408e
1 changed files with 1 additions and 1 deletions
|
@ -1973,7 +1973,7 @@ pub fn apply_declarations<'a, F, I>(viewport_size: Size2D<Au>,
|
|||
% endif
|
||||
|
||||
// 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":
|
||||
T::contents | T::grid | T::_webkit_box => None,
|
||||
% endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue