tor-browser

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

mochitest.toml (953B)


      1 [DEFAULT]
      2 prefs = [
      3  "dom.origin-trials.enabled=true",
      4  "dom.origin-trials.test-key.enabled=true",
      5  "dom.origin-trials.private-attribution.state=0",
      6  "browser.tabs.remote.coep.credentialless=false",
      7 ]
      8 support-files = [
      9  "test_header_simple.html^headers^",
     10  "common.js",
     11 ]
     12 #  * Test interfaces only exposed on DEBUG builds.
     13 #  * xorigin tests run in example.org rather than example.com, so token
     14 #    verification fails, expectedly.
     15 skip-if = [
     16  "asan",
     17  "ccov",
     18  "opt",
     19  "tsan",
     20  "xorigin",
     21 ]
     22 
     23 # We want to test that trials are exposed in worklets, and AudioWorklet
     24 # requires secure context.
     25 scheme = "https"
     26 
     27 ["test_expired_token.html"]
     28 
     29 ["test_header_simple.html"]
     30 
     31 ["test_meta_simple.html"]
     32 
     33 ["test_subdomain.html"]
     34 support-files = [
     35  "file_subdomain_good_frame.html",
     36  "file_subdomain_bad_frame.html",
     37 ]
     38 skip-if = [
     39  "http2",
     40  "http3",
     41 ]
     42 
     43 ["test_trial_hidden.html"]
     44 
     45 ["test_trial_hidden_deprecated.html"]
     46 
     47 ["test_wrong_origin.html"]