tor-browser

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

mochitest.toml (1056B)


      1 [DEFAULT]
      2 support-files = [
      3  "child_ip_address.html",
      4  "file_crossdomainprops_inner.html",
      5  "file_location.html",
      6  "file_separate_post_message_queue.html",
      7  "framed_location.html",
      8  "idn_child.html",
      9  "iframe1_location_setters.html",
     10  "iframe2_location_setters.html",
     11  "iframe3_location_setters.html",
     12  "file_test_background_loading_iframes.html",
     13 ]
     14 
     15 ["test_background_loading_iframes.html"]
     16 skip-if = [
     17  "http2",
     18  "http3",
     19 ]
     20 
     21 ["test_crossdomainprops.html"]
     22 skip-if = [
     23  "http2",
     24  "http3",
     25 ]
     26 
     27 ["test_location.html"]
     28 skip-if = [
     29  "http2",
     30  "http3",
     31 ]
     32 
     33 ["test_location_framed.html"]
     34 skip-if = [
     35  "http2",
     36  "http3",
     37 ]
     38 
     39 ["test_location_getters.html"]
     40 skip-if = [
     41  "http2",
     42  "http3",
     43 ]
     44 
     45 ["test_location_sandboxed.html"]
     46 skip-if = [
     47  "http2",
     48  "http3",
     49 ]
     50 
     51 ["test_location_setters.html"]
     52 skip-if = [
     53  "http2",
     54  "http3",
     55 ]
     56 
     57 ["test_separate_post_message_queue.html"]
     58 
     59 ["test_setting_document.domain_idn.html"]
     60 skip-if = [
     61  "http2",
     62  "http3",
     63 ]
     64 
     65 ["test_setting_document.domain_to_shortened_ipaddr.html"]
     66 skip-if = [
     67  "http2",
     68  "http3",
     69 ]