tor-browser

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

commit 71cfba671800c2293de64f8c2e3fd390f9c050d3
parent db7b5c41a32556f8588693a80b47d45fcbdfaf7e
Author: Alexandra Borovova <aborovova@mozilla.com>
Date:   Wed, 12 Nov 2025 09:55:54 +0000

Bug 1999352 - Update metadata for forced-colors-mode/forced-colors-mode-*.html on Android.

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

Diffstat:
Mtesting/web-platform/meta/forced-colors-mode/forced-colors-mode-57.html.ini | 3+--
Mtesting/web-platform/meta/forced-colors-mode/forced-colors-mode-58.html.ini | 2+-
2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/testing/web-platform/meta/forced-colors-mode/forced-colors-mode-57.html.ini b/testing/web-platform/meta/forced-colors-mode/forced-colors-mode-57.html.ini @@ -1,6 +1,5 @@ [forced-colors-mode-57.html] expected: - if (os == "android") and debug and not swgl: [PASS, FAIL] - if (os == "android") and not debug: [PASS, FAIL] + if (os == "android"): [PASS, FAIL] if os == "win": FAIL if os == "linux": FAIL diff --git a/testing/web-platform/meta/forced-colors-mode/forced-colors-mode-58.html.ini b/testing/web-platform/meta/forced-colors-mode/forced-colors-mode-58.html.ini @@ -2,4 +2,4 @@ expected: if (os == "mac") and debug: [PASS, FAIL] if (os == "mac") and not debug: [FAIL, PASS] - if (os == "android") and not debug: [PASS, FAIL] + if (os == "android"): [PASS, FAIL]