Merge remote-tracking branch 'origin/master' into custom

This commit is contained in:
Roy Tam 2020-02-13 07:18:44 +08:00
commit 46f3d1d2a3
15 changed files with 144 additions and 52 deletions

View file

@ -2528,6 +2528,9 @@ pref("layout.css.image-orientation.enabled", true);
// Is support for the font-display @font-face descriptor enabled?
pref("layout.css.font-display.enabled", false);
// Enable the font variation stub code?
pref("layout.css.font-variations.stub", true);
// Are sets of prefixed properties supported?
pref("layout.css.prefixes.border-image", true);
pref("layout.css.prefixes.transforms", true);