style: Don't hide -moz-box / -moz-inline-box yet.

I'd really prefer to not land this patch, but...

Bug: 1288572
Reviewed-by: mats
MozReview-Commit-ID: HzmvhTd32gz
This commit is contained in:
Emilio Cobos Álvarez 2018-06-02 20:53:33 +02:00
parent cf7b10a32d
commit 618eef77eb
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -80,10 +80,8 @@ pub enum Display {
#[cfg(feature = "gecko")] #[cfg(feature = "gecko")]
WebkitInlineBox, WebkitInlineBox,
#[cfg(feature = "gecko")] #[cfg(feature = "gecko")]
#[css(parse_condition = "moz_display_values_enabled")]
MozBox, MozBox,
#[cfg(feature = "gecko")] #[cfg(feature = "gecko")]
#[css(parse_condition = "moz_display_values_enabled")]
MozInlineBox, MozInlineBox,
#[cfg(feature = "gecko")] #[cfg(feature = "gecko")]
#[css(parse_condition = "moz_display_values_enabled")] #[css(parse_condition = "moz_display_values_enabled")]