tor-browser

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

browser.toml (733B)


      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  "dom.customHighlightAPI.enabled=true",
     10  "dom.text_fragments.enabled=true",
     11  # Required for the eval in invokeContentTask in shared-head.js
     12  "security.allow_eval_with_system_principal=true"
     13 ]
     14 
     15 ["browser_editabletext.js"]
     16 
     17 ["browser_highlights.js"]
     18 
     19 ["browser_text.js"]
     20 skip-if = [
     21  "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && opt && verify-standalone",
     22 ]
     23 
     24 ["browser_text_caret.js"]
     25 
     26 ["browser_text_paragraph_boundary.js"]
     27 
     28 ["browser_text_selection.js"]
     29 
     30 ["browser_text_spelling.js"]
     31 skip-if = [
     32  "true", # Bug 1800400
     33 ]
     34 
     35 ["browser_textleafpoint.js"]