зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1207734 - Part 2. Add a preference to enable/disable individual transform. r=emilio
MozReview-Commit-ID: ESEWIh12anQ --HG-- extra : source : ddb231c2f01460224075257e696d0226dcb46dc7 extra : histedit_source : 0292bab783d5b02376b71232c56d11b7747e05fa
This commit is contained in:
Родитель
7429d3275e
Коммит
705e13b202
|
@ -2920,6 +2920,9 @@ pref("layout.css.dpi", -1);
|
||||||
// of a CSS "px". This is only used for windows on the screen, not for printing.
|
// of a CSS "px". This is only used for windows on the screen, not for printing.
|
||||||
pref("layout.css.devPixelsPerPx", "-1.0");
|
pref("layout.css.devPixelsPerPx", "-1.0");
|
||||||
|
|
||||||
|
// Is support for CSS individual transform enabled?
|
||||||
|
pref("layout.css.individual-transform.enabled", false);
|
||||||
|
|
||||||
// Is support for CSS initial-letter property enabled?
|
// Is support for CSS initial-letter property enabled?
|
||||||
pref("layout.css.initial-letter.enabled", false);
|
pref("layout.css.initial-letter.enabled", false);
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче