tor-browser

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

xpcshell.toml (169B)


      1 [DEFAULT]
      2 run-if = [
      3  "os != 'android'",
      4 ]
      5 tags = "devtools"
      6 firefox-appdir = "browser"
      7 head = "head.js"
      8 support-files = ["./mocks.js"]
      9 
     10 ["test_changes_stylesheet.js"]