tor-browser

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

xpcshell.toml (875B)


      1 [DEFAULT]
      2 tags = "devtools"
      3 head = "head.js"
      4 firefox-appdir = "browser"
      5 run-if = [
      6  "os != 'android'",
      7 ]
      8 
      9 support-files = ["../helper_color_data.js"]
     10 
     11 ["test_VariablesView_getString_promise.js"]
     12 
     13 ["test_WeakMapMap.js"]
     14 
     15 ["test_advanceValidate.js"]
     16 
     17 ["test_attribute-parsing-01.js"]
     18 
     19 ["test_attribute-parsing-02.js"]
     20 
     21 ["test_bezierCanvas.js"]
     22 
     23 ["test_classnames.js"]
     24 
     25 ["test_cssAngle.js"]
     26 
     27 ["test_cssColor-01.js"]
     28 
     29 ["test_cssColor-02.js"]
     30 
     31 ["test_cssColor-8-digit-hex.js"]
     32 
     33 ["test_cssColorDatabase.js"]
     34 
     35 ["test_cubicBezier.js"]
     36 
     37 ["test_curl.js"]
     38 
     39 ["test_escapeCSSComment.js"]
     40 
     41 ["test_getCSSVariables.js"]
     42 
     43 ["test_linearEasing.js"]
     44 
     45 ["test_parseDeclarations.js"]
     46 
     47 ["test_parsePseudoClassesAndAttributes.js"]
     48 
     49 ["test_parseSingleValue.js"]
     50 
     51 ["test_rewriteDeclarations.js"]
     52 
     53 ["test_source-utils.js"]
     54 
     55 ["test_suggestion-picker.js"]
     56 
     57 ["test_undoStack.js"]
     58 
     59 ["test_unicode-url.js"]