tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit fb25e83f146bfdcf16170cdbba5773a87bd55f34
parent 3b99e965893208aa19491dbcf74c68deb8083bc7
Author: Diego Escalante <descalante@mozilla.com>
Date:   Tue,  4 Nov 2025 15:20:50 +0000

Bug 1998152 - Fix test_interfaces.js to expect CSSScopeRule outside of nightly builds. r=firefox-style-system-reviewers,webidl,emilio

Differential Revision: https://phabricator.services.mozilla.com/D271235

Diffstat:
Mdom/tests/mochitest/general/test_interfaces.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dom/tests/mochitest/general/test_interfaces.js b/dom/tests/mochitest/general/test_interfaces.js @@ -272,7 +272,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: "CSSScopeRule", insecureContext: true, nightly: true }, + { name: "CSSScopeRule", insecureContext: true }, // IMPORTANT: Do not change this list without review from a DOM peer! { name: "CSSStartingStyleRule", insecureContext: true }, // IMPORTANT: Do not change this list without review from a DOM peer!