tor-browser

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

mochitest.toml (416B)


      1 [DEFAULT]
      2 support-files = ["file_bug386386.sjs"]
      3 
      4 ["test_bug386386.html"]
      5 allow_xul_xbl = true
      6 skip-if = [
      7  "http2",
      8  "http3",
      9 ]
     10 
     11 ["test_bug394800.xhtml"]
     12 allow_xul_xbl = true
     13 skip-if = [
     14  "http2",
     15  "http3",
     16 ]
     17 
     18 ["test_bug511075.html"]
     19 skip-if = [
     20  "os == 'android'", # bug 798806
     21 ]
     22 
     23 ["test_bug563416.html"]
     24 skip-if = [
     25  "os == 'android'",
     26 ]
     27 
     28 ["test_drag_thumb_in_link.html"]
     29 skip-if = [
     30  "os == 'android'",
     31 ]