tor-browser

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

mochitest.toml (1172B)


      1 [DEFAULT]
      2 support-files = [
      3  "file_bug_1271796.css",
      4  "iframe_script_crossdomain.html",
      5  "iframe_script_sameorigin.html",
      6  "iframe_style_crossdomain.html",
      7  "iframe_style_sameorigin.html",
      8  "script_crossdomain1.js",
      9  "script_crossdomain1.js^headers^",
     10  "script_crossdomain2.js",
     11  "script_crossdomain3.js",
     12  "script_crossdomain3.js^headers^",
     13  "script_crossdomain4.js",
     14  "script_crossdomain4.js^headers^",
     15  "script_crossdomain5.js",
     16  "script_crossdomain5.js^headers^",
     17  "script.js",
     18  "script.js^headers^",
     19  "script_301.js",
     20  "script_301.js^headers^",
     21  "script_302.js",
     22  "script_302.js^headers^",
     23  "script_401.js",
     24  "script_401.js^headers^",
     25  "style1.css",
     26  "style1.css^headers^",
     27  "style2.css",
     28  "style3.css",
     29  "style4.css",
     30  "style4.css^headers^",
     31  "style5.css",
     32  "style6.css",
     33  "style6.css^headers^",
     34  "style_301.css",
     35  "style_301.css^headers^",
     36 ]
     37 
     38 ["test_bug_1271796.html"]
     39 
     40 ["test_bug_1364262.html"]
     41 
     42 ["test_console_messages.html"]
     43 
     44 ["test_script_crossdomain.html"]
     45 skip-if = [
     46  "http2",
     47  "http3",
     48 ]
     49 
     50 ["test_script_sameorigin.html"]
     51 
     52 ["test_style_crossdomain.html"]
     53 skip-if = [
     54  "http2",
     55  "http3",
     56 ]
     57 
     58 ["test_style_sameorigin.html"]