tor-browser

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

chrome.toml (511B)


      1 [DEFAULT]
      2 support-files = ["dummy_page.html"]
      3 
      4 ["test_custom_element_auto_import.html"]
      5 
      6 ["test_custom_element_htmlconstructor_chrome.html"]
      7 support-files = [
      8  "htmlconstructor_autonomous_tests.js",
      9  "htmlconstructor_builtin_tests.js",
     10 ]
     11 
     12 ["test_custom_element_namespace.html"]
     13 
     14 ["test_custom_element_namespace.xhtml"]
     15 
     16 ["test_custom_element_upgrade_chrome.html"]
     17 support-files = [
     18  "test_upgrade_page.html",
     19  "upgrade_tests.js",
     20 ]
     21 
     22 ["test_xul_custom_element.xhtml"]
     23 
     24 ["test_xul_shadowdom_accesskey.xhtml"]