tor-browser

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

commit 69d597706844eb1273c519e7a29913b0f992ec35
parent 1ec729ae2f305451e3ab88630f0cba2edfba8eee
Author: Sebastian Hengst <aryx.github@gmx-topmail.de>
Date:   Fri,  7 Nov 2025 14:33:18 +0000

Bug 1984205 - remove a11y_checks condition for browser_role.js. r=intermittent-reviewers,ahal DONTBUILD

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

Diffstat:
Maccessible/tests/browser/atk/browser.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/accessible/tests/browser/atk/browser.toml b/accessible/tests/browser/atk/browser.toml @@ -23,7 +23,7 @@ prefs = [ ["browser_role.js"] skip-if = [ - "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && opt && a11y_checks", # Bug 1984205 + "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && opt", # Bug 1984205 ] ["browser_table.js"]