commit c88006d7cb01f48769e5861af65410d7e6896779 parent 4d587362a4cbec5d9aa9225cf0660866ea00a55a Author: Daniel Minor <dminor@mozilla.com> Date: Tue, 25 Nov 2025 15:25:08 +0000 Bug 1986681 - Update wpt expectations; r=emilio The shadowrootadoptedstylesheets-fetched-module.html test previously errored with css module scripts disabled, now it has failures, but the failures are consistent with the other tests for shadow root adopted stylesheets, and don't seem to be related to css module scripts. Differential Revision: https://phabricator.services.mozilla.com/D273163 Diffstat:
2 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/testing/web-platform/meta/content-security-policy/style-src/import-style-allowed.sub.html.ini b/testing/web-platform/meta/content-security-policy/style-src/import-style-allowed.sub.html.ini @@ -1,6 +0,0 @@ -[import-style-allowed.sub.html] - [import should be allowed] - expected: - if (os == "mac") and not debug: [FAIL, PASS] - if os == "android": [FAIL, PASS] - FAIL 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,5 +1,6 @@ [shadowrootadoptedstylesheets-fetched-module.html] - expected: - if (os == "mac") and not debug: [ERROR, OK] - if os == "android": [ERROR, OK] - ERROR + [adoptedStyleSheets is populated from a <template> element's shadowrootadoptedstylesheets attribute.] + expected: FAIL + + [Styles from the adoptedStyleSheets are applied to elements.] + expected: FAIL