tor-browser

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

browser.toml (658B)


      1 [DEFAULT]
      2 subsuite = "a11y"
      3 support-files = [
      4  "head.js",
      5  "!/accessible/tests/browser/shared-head.js",
      6  "!/accessible/tests/mochitest/*.js",
      7 ]
      8 prefs = [
      9  # Required for the eval in invokeContentTask in shared-head.js
     10  "security.allow_eval_with_system_principal=true"
     11 ]
     12 
     13 ["browser_scrollToPoint.js"]
     14 
     15 ["browser_test_scrollTo.js"]
     16 skip-if = [
     17  "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && opt && verify-standalone",
     18 ]
     19 
     20 ["browser_test_scroll_bounds.js"]
     21 skip-if = [
     22  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 1968558
     23 ]
     24 
     25 ["browser_test_scroll_substring.js"]
     26 
     27 ["browser_test_zoom_text.js"]