tor-browser

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

chrome.toml (957B)


      1 [DEFAULT]
      2 support-files = [
      3  "bug418986-2.js",
      4  "bug535806-css.css",
      5  "bug535806-html.html",
      6  "bug535806-xul.xhtml",
      7  "hover_helper.html",
      8  "match.png",
      9  "mismatch.png",
     10 ]
     11 
     12 ["test_bug418986-2.xhtml"]
     13 
     14 ["test_bug511909.html"]
     15 
     16 ["test_bug535806.xhtml"]
     17 
     18 ["test_bug1157097.html"]
     19 
     20 ["test_bug1346623.html"]
     21 
     22 ["test_bug1371453.html"]
     23 
     24 ["test_chrome_only_media_queries.html"]
     25 support-files = ["chrome-only-media-queries.js"]
     26 
     27 ["test_constructable_stylesheets_chrome_only_rules.html"]
     28 
     29 ["test_display_mode.html"]
     30 support-files = ["display_mode.html"]
     31 tags = "fullscreen"
     32 
     33 ["test_display_mode_reflow.html"]
     34 support-files = ["display_mode_reflow.html"]
     35 tags = "fullscreen"
     36 
     37 ["test_hover.html"]
     38 skip-if = [
     39  "true", # bug 1346353
     40 ]
     41 
     42 ["test_moz_document_rules.html"]
     43 
     44 ["test_moz_document_serialization.html"]
     45 
     46 ["test_scrollbar_inline_size.html"]
     47 
     48 ["test_stylesheet_clone_import_rule.html"]
     49 support-files = [
     50  "import_useless1.css",
     51  "import_useless2.css",
     52 ]