Skip to content

Commit e9854d0

Browse files
committed
Bug 1988225. Enable anchor positioning pref on all channels. r=layout-anchor-positioning-reviewers,webidl,emilio
Differential Revision: https://phabricator.services.mozilla.com/D274486
1 parent 23e0d2d commit e9854d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dom/tests/mochitest/general/test_interfaces.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,9 @@ let interfaceNamesInGlobalScope = [
260260
// IMPORTANT: Do not change this list without review from a DOM peer!
261261
{ name: "CSSPageRule", insecureContext: true },
262262
// IMPORTANT: Do not change this list without review from a DOM peer!
263-
{ name: "CSSPositionTryDescriptors", insecureContext: true, nightly: true },
263+
{ name: "CSSPositionTryDescriptors", insecureContext: true },
264264
// IMPORTANT: Do not change this list without review from a DOM peer!
265-
{ name: "CSSPositionTryRule", insecureContext: true, nightly: true },
265+
{ name: "CSSPositionTryRule", insecureContext: true },
266266
// IMPORTANT: Do not change this list without review from a DOM peer!
267267
{ name: "CSSPropertyRule", insecureContext: true },
268268
// IMPORTANT: Do not change this list without review from a DOM peer!

modules/libpref/init/StaticPrefList.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9900,7 +9900,7 @@
99009900
# https://drafts.csswg.org/css-anchor-position-1/
99019901
- name: layout.css.anchor-positioning.enabled
99029902
type: RelaxedAtomicBool
9903-
value: @IS_NIGHTLY_BUILD@
9903+
value: true
99049904
mirror: always
99059905
rust: true
99069906

0 commit comments

Comments
 (0)