tor-browser

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

mochitest.toml (984B)


      1 [DEFAULT]
      2 support-files = [
      3  "file_child_navigation_by_location.html",
      4  "file_other_auxiliary_navigation_by_location.html",
      5  "file_our_auxiliary_navigation_by_location.html",
      6  "file_parent_navigation_by_location.html",
      7  "file_sibling_navigation_by_location.html",
      8  "file_top_navigation_by_location.html",
      9  "file_top_navigation_by_location_exotic.html",
     10 ]
     11 
     12 ["test_child_navigation_by_location.html"]
     13 
     14 ["test_other_auxiliary_navigation_by_location.html"]
     15 tags = "openwindow"
     16 
     17 ["test_our_auxiliary_navigation_by_location.html"]
     18 tags = "openwindow"
     19 
     20 ["test_parent_navigation_by_location.html"]
     21 tags = "openwindow"
     22 
     23 ["test_sibling_navigation_by_location.html"]
     24 tags = "openwindow"
     25 
     26 ["test_top_navigation_by_location.html"]
     27 
     28 ["test_top_navigation_by_location_exotic.html"]
     29 
     30 ["test_top_navigation_by_user_activation.html"]
     31 support-files = [
     32  "file_top_navigation_by_user_activation.html",
     33  "file_top_navigation_by_user_activation_iframe.html",
     34 ]
     35 skip-if = [
     36  "http2",
     37  "http3",
     38 ]