Bug 1337655 - Turn on moz-prefixed gradient functions again.

MozReview-Commit-ID: AUDeFVbQsT3
This commit is contained in:
Xidorn Quan 2017-05-21 10:22:26 +10:00
Родитель 673dfaa56a
Коммит f085a0060e
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -103,6 +103,10 @@ to mochitest command.
* test_value_storage.html `font-variant` [167]
* test_specified_value_serialization.html `bug-721136` [1]
* Unsupported prefixed values
* moz-prefixed gradient functions bug 1337655
* test_value_storage.html `-moz-linear-gradient` [322]
* ... `-moz-radial-gradient` [309]
* ... `-moz-repeating-` [298]
* serialization of prefixed gradient functions bug 1358710
* test_specified_value_serialization.html `-webkit-radial-gradient` [1]
* moz-prefixed intrinsic width values bug 1355402

Просмотреть файл

@ -2801,11 +2801,7 @@ pref("layout.css.prefixes.box-sizing", true);
pref("layout.css.prefixes.font-features", true);
// Is -moz-prefixed gradient functions enabled?
#ifdef NIGHTLY_BUILD
pref("layout.css.prefixes.gradients", false);
#else
pref("layout.css.prefixes.gradients", true);
#endif
// Are webkit-prefixed properties & property-values supported?
pref("layout.css.prefixes.webkit", true);