Bug 1138384 - Enable CSS writing-mode support for all channels. r=dbaron,dholbert

This commit is contained in:
Jonathan Kew 2015-06-27 15:32:23 -07:00
parent d917ea7752
commit 3014eb522a

View File

@ -2246,11 +2246,7 @@ pref("layout.css.scope-pseudo.enabled", true);
pref("layout.css.background-blend-mode.enabled", true);
// Is support for CSS vertical text enabled?
#ifdef RELEASE_BUILD
pref("layout.css.vertical-text.enabled", false);
#else
pref("layout.css.vertical-text.enabled", true);
#endif
// Is support for object-fit and object-position enabled?
pref("layout.css.object-fit-and-position.enabled", true);