tor-browser

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

commit 3cd3ce238ba01aa2ba117d9edd90c2d246b45f29
parent 8e87d8b90b5201f9de9a36a76b95827fce542755
Author: Atila Butkovits <abutkovits@mozilla.com>
Date:   Thu, 20 Nov 2025 11:27:43 +0200

Revert "Bug 1986681 - Update wpt expectations for shadowrootadoptedstylesheets-fetched-module.html; r=emilio" for causing failures at import-style-allowed.sub.html.

This reverts commit 8f418aade369c2c7c166d7daa5fc25ea692365c5.

Revert "Bug 1986681 - Ship css module scripts; r=emilio"

This reverts commit 4c8e0c4d9751248de9c4437ea26c1ae65dbf974b.

Diffstat:
Mmodules/libpref/init/StaticPrefList.yaml | 2+-
Mtesting/web-platform/meta/shadow-dom/declarative/tentative/shadowrootadoptedstylesheets/shadowrootadoptedstylesheets-fetched-module.html.ini | 8++++++--
2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml @@ -9880,7 +9880,7 @@ # https://html.spec.whatwg.org/#creating-a-css-module-script - name: layout.css.module-scripts.enabled type: RelaxedAtomicBool - value: true + value: false mirror: always # Override DPI. A value of -1 means use the maximum of 96 and the system DPI. diff --git a/testing/web-platform/meta/shadow-dom/declarative/tentative/shadowrootadoptedstylesheets/shadowrootadoptedstylesheets-fetched-module.html.ini b/testing/web-platform/meta/shadow-dom/declarative/tentative/shadowrootadoptedstylesheets/shadowrootadoptedstylesheets-fetched-module.html.ini @@ -1,6 +1,10 @@ [shadowrootadoptedstylesheets-fetched-module.html] - [adoptedStyleSheets is populated from a <template> element's shadowrootadoptedstylesheets attribute.] + expected: + if (os == "mac") and not debug: [OK, ERROR] + if (os == "android"): [OK, ERROR] + ERROR + [Styles from the adoptedStyleSheets are applied to elements.] expected: FAIL - [Styles from the adoptedStyleSheets are applied to elements.] + [adoptedStyleSheets is populated from a <template> element's shadowrootadoptedstylesheets attribute.] expected: FAIL