tor-browser

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

chrome.toml (870B)


      1 [DEFAULT]
      2 support-files = [
      3  "!/dom/bindings/test/file_bug775543.html",
      4  "!/dom/bindings/test/file_document_location_set_via_xray.html",
      5  "!/dom/bindings/test/file_dom_xrays.html",
      6  "!/dom/bindings/test/file_proxies_via_xray.html",
      7 ]
      8 
      9 ["test_bug775543.html"]
     10 
     11 ["test_bug1123516_maplikesetlikechrome.xhtml"]
     12 run-if = [
     13  "debug", # Test WebIDL interfaces are only available in debug builds
     14 ]
     15 
     16 ["test_bug1287912.html"]
     17 
     18 ["test_bug1457051.html"]
     19 
     20 ["test_document_location_set_via_xray.html"]
     21 
     22 ["test_document_location_via_xray_cached.html"]
     23 
     24 ["test_dom_xrays.html"]
     25 run-if = [
     26  "debug", # Test WebIDL interfaces are only available in debug builds
     27 ]
     28 support-files = [
     29  "file_reflected_attribute_frozenarray.js",
     30 ]
     31 
     32 ["test_interfaceLength_chrome.html"]
     33 run-if = [
     34  "debug", # Test WebIDL interfaces are only available in debug builds
     35 ]
     36 
     37 ["test_proxies_via_xray.html"]