mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1138384 - Enable CSS writing-mode support for all channels. r=dbaron,dholbert
This commit is contained in:
parent
d917ea7752
commit
3014eb522a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user