tor-browser

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

commit 932f3630e94587d1a2bea8cde3959104ebd7ac70
parent 247e62fe6fdc16da1eb805015414453ff0c38858
Author: Cristina Horotan <chorotan@mozilla.com>
Date:   Sat, 27 Dec 2025 05:40:46 +0000

Bug 2003484 - updated disable conditions for browser_smartblockembeds_trustpanel.js r=webcompat-reviewers,twisniewski DONTBUILD

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

Diffstat:
Mbrowser/extensions/webcompat/tests/browser/browser.toml | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/browser/extensions/webcompat/tests/browser/browser.toml b/browser/extensions/webcompat/tests/browser/browser.toml @@ -56,10 +56,11 @@ skip-if = [ ["browser_smartblockembeds_trustpanel.js"] skip-if = [ - "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && a11y_checks", # Bug 2001223 + "os == 'linux' && os_version == '24.04' && arch == 'x86_64'", # Bug 2001223, Bug 2003484 "os == 'mac' && os_version == '10.15' && arch == 'x86_64'", # Bug 1945222 "os == 'mac' && os_version == '15.30' && arch == 'aarch64' && opt", # Bug 1945222 - "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && opt", # Bug 1945222 + "os == 'win' && os_version == '11.26100' && arch == 'x86_64'", # Bug 1945222, Bug 2003484 + "os == 'win' && os_version == '11.26100' && arch == 'x86'", # Bug 2003484 ] ["browser_ua_helpers.js"]