From ff85c29a94ebe7988eb82e224239c45eaf1fd294 Mon Sep 17 00:00:00 2001 From: Boris Chiou Date: Wed, 26 Jun 2024 20:37:47 +0000 Subject: [PATCH] Bug 1900458 - Ship @starting-style rule. r=layout-reviewers,webidl,saschanaz,emilio Per https://groups.google.com/a/mozilla.org/g/dev-platform/c/bxSic3XP7oM, we would like to ship @starting-style rule. Differential Revision: https://phabricator.services.mozilla.com/D214946 --- dom/tests/mochitest/general/test_interfaces.js | 2 +- modules/libpref/init/StaticPrefList.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dom/tests/mochitest/general/test_interfaces.js b/dom/tests/mochitest/general/test_interfaces.js index c1099cec36df..408532485217 100644 --- a/dom/tests/mochitest/general/test_interfaces.js +++ b/dom/tests/mochitest/general/test_interfaces.js @@ -330,7 +330,7 @@ let interfaceNamesInGlobalScope = [ // IMPORTANT: Do not change this list without review from a DOM peer! { name: "CSSRuleList", insecureContext: true }, // IMPORTANT: Do not change this list without review from a DOM peer! - { name: "CSSStartingStyleRule", insecureContext: true, nightly: true }, + { name: "CSSStartingStyleRule", insecureContext: true }, // IMPORTANT: Do not change this list without review from a DOM peer! { name: "CSSStyleDeclaration", 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 index c325f028f783..573b924b6454 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml @@ -8662,7 +8662,7 @@ # Whether @starting-style is enabled? - name: layout.css.starting-style-at-rules.enabled type: RelaxedAtomicBool - value: @IS_NIGHTLY_BUILD@ + value: true mirror: always rust: true