mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 1317445 - Enable support for the 'font-display' descriptor in @font-face rules. r=dbaron
This commit is contained in:
parent
e1d4351ed9
commit
34f77e6f9a
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user