forked from mirrors/gecko-dev
Bug 1869880. Enable 'layout.css.page-orientation.enabled' beyond Nightly channels. r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D196348
This commit is contained in:
parent
74c034212f
commit
d433a7d264
1 changed files with 1 additions and 1 deletions
|
|
@ -8654,7 +8654,7 @@
|
||||||
# Enables support for the page-orientation property inside of CSS @page rules.
|
# Enables support for the page-orientation property inside of CSS @page rules.
|
||||||
- name: layout.css.page-orientation.enabled
|
- name: layout.css.page-orientation.enabled
|
||||||
type: RelaxedAtomicBool
|
type: RelaxedAtomicBool
|
||||||
value: @IS_NIGHTLY_BUILD@
|
value: true
|
||||||
mirror: always
|
mirror: always
|
||||||
rust: true
|
rust: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue