Bug 1006326 - Enable the 'box-decoration-break' CSS property by default. r=roc

This commit is contained in:
Mats Palmgren 2014-07-07 16:08:42 +00:00
Родитель 1eba32a97e
Коммит 6f788a0eef
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1959,7 +1959,7 @@ pref("layout.css.overflow-clip-box.enabled", false);
pref("layout.css.grid.enabled", false);
// Is support for CSS box-decoration-break enabled?
pref("layout.css.box-decoration-break.enabled", false);
pref("layout.css.box-decoration-break.enabled", true);
// Is layout of CSS outline-style:auto enabled?
pref("layout.css.outline-style-auto.enabled", false);