author | Emilio Cobos Álvarez <emilio@crisal.io> |
Fri, 05 Jul 2019 21:31:40 +0000 | |
changeset 481545 | ea1d0ea4b5e5ae2c728ceb4bd128de3397848f82 |
parent 481544 | 689170eda327e090879f18ba6a88b83acdfe1d11 |
child 481546 | fe26c79a01914291de159a3a2abc132e80497d2c |
push id | 89275 |
push user | ealvarez@mozilla.com |
push date | Sat, 06 Jul 2019 08:22:37 +0000 |
treeherder | autoland@139c0aa658a1 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | dbaron |
bugs | 1563484 |
milestone | 69.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
servo/components/style/properties/longhands/font.mako.rs | file | annotate | diff | comparison | revisions |
--- a/servo/components/style/properties/longhands/font.mako.rs +++ b/servo/components/style/properties/longhands/font.mako.rs @@ -407,17 +407,17 @@ https://drafts.csswg.org/css-fonts-4/#lo let ret = ComputedSystemFont { font_family: FontFamily { families: FontFamilyList::SharedFontList( unsafe { system.fontlist.mFontlist.mBasePtr.to_safe() } ), is_system_font: true, }, font_size: FontSize { - size: Au(system.size).into(), + size: cx.maybe_zoom_text(Au(system.size).into()), keyword_info: None }, font_weight, font_stretch, font_style, font_size_adjust: longhands::font_size_adjust::computed_value ::T::from_gecko_adjust(system.sizeAdjust), % for kwprop in kw_font_props: