tor-browser

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

mochitest.toml (1644B)


      1 [DEFAULT]
      2 support-files = [
      3  "frameChromeSlave.html",
      4  "frameLocalStorageCookieSettings.html",
      5  "frameKeySync.html",
      6  "frameMasterEqual.html",
      7  "frameMasterNotEqual.html",
      8  "frameOrder.html",
      9  "frameQuota.html",
     10  "frameQuotaSessionOnly.html",
     11  "frameReplace.html",
     12  "frameSlaveEqual.html",
     13  "frameSlaveNotEqual.html",
     14  "interOriginFrame.js",
     15  "interOriginTest.js",
     16  "interOriginTest2.js",
     17  "localStorageCommon.js",
     18  "file_tryAccessSessionStorage.html",
     19  "windowProxy.html",
     20 ]
     21 
     22 ["test_brokenUTF-16.html"]
     23 
     24 ["test_bug600307-DBOps.html"]
     25 
     26 ["test_bug746272-1.html"]
     27 
     28 ["test_bug746272-2.html"]
     29 
     30 ["test_cookieBlock.html"]
     31 
     32 ["test_embededNulls.html"]
     33 
     34 ["test_keySync.html"]
     35 skip-if = [
     36  "http2",
     37  "http3",
     38 ]
     39 
     40 ["test_localStorageBase.html"]
     41 
     42 ["test_localStorageBaseSessionOnly.html"]
     43 
     44 ["test_localStorageCookieSettings.html"]
     45 
     46 ["test_localStorageEnablePref.html"]
     47 
     48 ["test_localStorageKeyOrder.html"]
     49 skip-if = [
     50  "http2",
     51  "http3",
     52 ]
     53 
     54 ["test_localStorageOriginsDiff.html"]
     55 skip-if = [
     56  "http2",
     57  "http3",
     58 ]
     59 
     60 ["test_localStorageOriginsDomainDiffs.html"]
     61 skip-if = [
     62  "http2",
     63  "http3",
     64 ]
     65 
     66 ["test_localStorageOriginsEquals.html"]
     67 skip-if = [
     68  "http2",
     69  "http3",
     70 ]
     71 
     72 ["test_localStorageOriginsPortDiffs.html"]
     73 skip-if = [
     74  "http2",
     75  "http3",
     76 ]
     77 
     78 ["test_localStorageOriginsSchemaDiffs.html"]
     79 skip-if = [
     80  "http2",
     81  "http3",
     82 ]
     83 
     84 ["test_localStorageQuota.html"]
     85 skip-if = [
     86  "http2",
     87  "http3",
     88 ]
     89 
     90 ["test_localStorageQuotaSessionOnly.html"]
     91 
     92 ["test_localStorageQuotaSessionOnly2.html"]
     93 skip-if = [
     94  "true", # bug 1347690
     95 ]
     96 
     97 ["test_localStorageReplace.html"]
     98 skip-if = [
     99  "http2",
    100  "http3",
    101 ]
    102 
    103 ["test_storageConstructor.html"]