tor-browser

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

commit caec489295d615e24e0fe997b66965175f8f0b1a
parent 438c7eb494a5a806ad1e535671261a584b782db3
Author: Edgar Chen <echen@mozilla.com>
Date:   Wed,  3 Dec 2025 13:01:20 +0000

Bug 2001749 - Disable failing clipboard a11y_check tests; r=aryx

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

Diffstat:
Mdom/events/test/clipboard/browser.toml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/dom/events/test/clipboard/browser.toml b/dom/events/test/clipboard/browser.toml @@ -24,6 +24,7 @@ support-files = [ ] skip-if = [ "headless", # bug 1989339 + "a11y_checks", # bug 2001749 ] ["browser_navigator_clipboard_contextmenu_suppression_ext.js"] @@ -48,6 +49,7 @@ skip-if = [ support-files = ["simple_page_ext.html"] skip-if = [ "headless", # bug 1989339 + "a11y_checks", # bug 2001749 ] ["browser_navigator_clipboard_readText_multiple.js"] @@ -62,6 +64,7 @@ skip-if = [ support-files = ["simple_page_ext.html"] skip-if = [ "headless", # bug 1989339 + "a11y_checks", # bug 2001749 ] ["browser_navigator_clipboard_touch.js"]