tor-browser

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

xpcshell.toml (288B)


      1 [DEFAULT]
      2 run-if = [
      3  "os != 'android'",
      4 ]
      5 firefox-appdir = "browser"
      6 support-files = ["head.js"]
      7 head = "head.js"
      8 
      9 ["test_opengraph.js"]
     10 
     11 ["test_pagedata_basic.js"]
     12 
     13 ["test_pagedata_schema.js"]
     14 
     15 ["test_queue.js"]
     16 
     17 ["test_schemaorg.js"]
     18 
     19 ["test_schemaorg_parse.js"]
     20 
     21 ["test_twitter.js"]