commit 184a018863555e01a374d4261d77d4d8e05e4bcd parent b0b5d233f78d7599dad7edeccd0bf0157c55ed2c Author: Alexandru Marc <amarc@mozilla.com> Date: Wed, 19 Nov 2025 22:45:21 +0200 Bug 2001019 - Update metadata after wptsync landing Diffstat:
2 files changed, 4 insertions(+), 2 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 @@ -2,4 +2,5 @@ [import should be allowed] expected: if (os == "mac") and not debug: [PASS, FAIL] - if (os == "android") and not debug: [PASS, FAIL] + if (os == "android"): [PASS, FAIL] + 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,7 +1,8 @@ [shadowrootadoptedstylesheets-fetched-module.html] expected: if (os == "mac") and not debug: [OK, ERROR] - if (os == "android") and not debug: [OK, ERROR] + if (os == "android"): [OK, ERROR] + ERROR [Styles from the adoptedStyleSheets are applied to elements.] expected: FAIL