mirror of
https://github.com/servo/servo.git
synced 2025-07-03 21:43:41 +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")]
|
||||
WebkitInlineBox,
|
||||
#[cfg(feature = "gecko")]
|
||||
#[css(parse_condition = "moz_display_values_enabled")]
|
||||
MozBox,
|
||||
#[cfg(feature = "gecko")]
|
||||
#[css(parse_condition = "moz_display_values_enabled")]
|
||||
MozInlineBox,
|
||||
#[cfg(feature = "gecko")]
|
||||
#[css(parse_condition = "moz_display_values_enabled")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue