зеркало из https://github.com/mozilla/gecko-dev.git
Bug 482402: Enable "svg.smil.enabled" pref by default (enabling SMIL in nightly builds). r=roc
This commit is contained in:
Родитель
cf8e774a99
Коммит
09031faa95
|
@ -8,8 +8,7 @@ include sizing/reftest.list
|
|||
include filters/reftest.list
|
||||
|
||||
# smil / animation tests
|
||||
# disabled because SMIL is not built by default
|
||||
# include smil/reftest.list
|
||||
include smil/reftest.list
|
||||
|
||||
# Mozilla only tests (i.e. those containing XUL/XBL/etc.)
|
||||
include moz-only/reftest.list
|
||||
|
|
|
@ -1202,7 +1202,7 @@ pref("dom.max_chrome_script_run_time", 20);
|
|||
pref("dom.max_script_run_time", 10);
|
||||
|
||||
pref("svg.enabled", true);
|
||||
pref("svg.smil.enabled", false);
|
||||
pref("svg.smil.enabled", true);
|
||||
|
||||
pref("font.minimum-size.ar", 0);
|
||||
pref("font.minimum-size.x-armn", 0);
|
||||
|
|
Загрузка…
Ссылка в новой задаче