tor-browser

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

browser.toml (917B)


      1 [DEFAULT]
      2 subsuite = "a11y"
      3 skip-if = [
      4  "artifact",
      5  "headless",
      6  "os != 'win'",
      7 ]
      8 support-files = [
      9  "head.js",
     10  "!/accessible/tests/mochitest/moz.png",
     11 ]
     12 prefs = [
     13  # The browser test harness clears the clipboard after each test. Copying to
     14  # the clipboard activates Windows accessibility suppression by default.
     15  # Disable this so that accessibility isn't suppressed for our tests.
     16  "accessibility.windows.suppress-after-clipboard-copy=0",
     17  # Required for the eval in invokeContentTask in shared-head.js
     18  "security.allow_eval_with_system_principal=true",
     19 ]
     20 
     21 ["browser_controlType.js"]
     22 
     23 ["browser_elementFromPoint.js"]
     24 
     25 ["browser_focus.js"]
     26 
     27 ["browser_generalEvents.js"]
     28 
     29 ["browser_generalProps.js"]
     30 
     31 ["browser_gridPatterns.js"]
     32 
     33 ["browser_liveRegions.js"]
     34 
     35 ["browser_relationProps.js"]
     36 
     37 ["browser_selectionPatterns.js"]
     38 
     39 ["browser_simplePatterns.js"]
     40 
     41 ["browser_textPatterns.js"]
     42 
     43 ["browser_tree.js"]