Bug 1317445 - Enable support for the 'font-display' descriptor in @font-face rules. r=dbaron

This commit is contained in:
Jonathan Kew 2017-10-05 10:00:59 +02:00
parent e1d4351ed9
commit 34f77e6f9a
2 changed files with 3 additions and 3 deletions

View File

@ -181,9 +181,9 @@ HTTP(..) == reflow-sanity-delay-1c.html reflow-sanity-1-ref.html
HTTP(..) == reflow-sanity-delay-1-metrics.html reflow-sanity-1-ref.html
# font-display
skip-if(/^Linux\x20i686/.test(http.oscpu)) pref(layout.css.font-display.enabled,true) HTTP(..) == font-display-1.html font-display-1-ref.html # normal font load (~500ms)
skip-if(/^Linux\x20i686/.test(http.oscpu)) HTTP(..) == font-display-1.html font-display-1-ref.html # normal font load (~500ms)
# ^ disabled due to intermittents due to timing issues -- Bug 1238222
pref(layout.css.font-display.enabled,true) fuzzy-if(OSX==1010,3,5) HTTP(..) == font-display-2.html font-display-2-ref.html # font load takes 4500ms
fuzzy-if(OSX==1010,3,5) HTTP(..) == font-display-2.html font-display-2-ref.html # font load takes 4500ms
# Testing hack for Meiryo
== meiryo-en.html meiryo-ja.html

View File

@ -2975,7 +2975,7 @@ pref("layout.css.float-logical-values.enabled", true);
pref("layout.css.image-orientation.enabled", true);
// Is support for the font-display @font-face descriptor enabled?
pref("layout.css.font-display.enabled", false);
pref("layout.css.font-display.enabled", true);
// Is support for variation fonts enabled?
pref("layout.css.font-variations.enabled", false);