tor-browser

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

browser.toml (688B)


      1 [DEFAULT]
      2 subsuite = "a11y"
      3 skip-if = [
      4  "headless",
      5  "os != 'linux'",
      6 ]
      7 support-files = ["head.js"]
      8 prefs = [
      9  # Enabling the a11y service from XPCOM doesn't seem to be enough to get ATK
     10  # working correctly. Force enable it before the test starts.
     11  "accessibility.force_disabled=-1",
     12  # Required for the eval in invokeContentTask in shared-head.js
     13  "security.allow_eval_with_system_principal=true"
     14 ]
     15 
     16 ["browser_action.js"]
     17 
     18 ["browser_atspi_interfaces.js"]
     19 
     20 ["browser_groupPosition.js"]
     21 
     22 ["browser_prune_children.js"]
     23 
     24 ["browser_role.js"]
     25 skip-if = [
     26  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt", # Bug 1984205
     27 ]
     28 
     29 ["browser_table.js"]