commit e9854d00f8c7567b6ff8412a2cc73964824fbe4a
parent 23e0d2dcbb7d33e8edb241f0ff47625ec975da73
Author: Jonathan Watt <jwatt@jwatt.org>
Date: Tue, 2 Dec 2025 21:02:47 +0000
Bug 1988225. Enable anchor positioning pref on all channels. r=layout-anchor-positioning-reviewers,webidl,emilio
Differential Revision: https://phabricator.services.mozilla.com/D274486
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dom/tests/mochitest/general/test_interfaces.js b/dom/tests/mochitest/general/test_interfaces.js
@@ -260,9 +260,9 @@ let interfaceNamesInGlobalScope = [
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "CSSPageRule", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
- { name: "CSSPositionTryDescriptors", insecureContext: true, nightly: true },
+ { name: "CSSPositionTryDescriptors", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
- { name: "CSSPositionTryRule", insecureContext: true, nightly: true },
+ { name: "CSSPositionTryRule", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "CSSPropertyRule", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml
@@ -9900,7 +9900,7 @@
# https://drafts.csswg.org/css-anchor-position-1/
- name: layout.css.anchor-positioning.enabled
type: RelaxedAtomicBool
- value: @IS_NIGHTLY_BUILD@
+ value: true
mirror: always
rust: true