mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Remove mozmm CSS unit.
Bug: 1416564 Reviewed-by: heycam MozReview-Commit-ID: AU4CUq09tw4
This commit is contained in:
parent
c261ff38c7
commit
eac0d104a3
5 changed files with 2 additions and 94 deletions
|
@ -36,9 +36,6 @@ impl ToComputedValue for specified::NoCalcLength {
|
|||
length.to_computed_value(context.viewport_size_for_viewport_unit_resolution()),
|
||||
specified::NoCalcLength::ServoCharacterWidth(length) =>
|
||||
length.to_computed_value(context.style().get_font().clone_font_size().size()),
|
||||
#[cfg(feature = "gecko")]
|
||||
specified::NoCalcLength::Physical(length) =>
|
||||
length.to_computed_value(context),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue