mirror of
https://github.com/servo/servo.git
synced 2025-07-04 05:53:39 +01:00
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:
parent
cf7b10a32d
commit
618eef77eb
1 changed files with 0 additions and 2 deletions
|
@ -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")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue