tor-browser

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

mochitest.toml (773B)


      1 [DEFAULT]
      2 support-files = [
      3  "frameLocalStorageMaster.html",
      4  "frameLocalStorageSlaveEqual.html",
      5  "frameLocalStorageSlaveNotEqual.html",
      6  "frameSessionStorageMasterEqual.html",
      7  "frameSessionStorageMasterNotEqual.html",
      8  "frameSessionStorageSlaveEqual.html",
      9  "frameSessionStorageSlaveNotEqual.html",
     10  "interOriginFrame.js",
     11  "interOriginTest2.js",
     12 ]
     13 
     14 ["test_storageLocalStorageEventCheckNoPropagation.html"]
     15 skip-if = [
     16  "http2",
     17  "http3",
     18 ]
     19 
     20 ["test_storageLocalStorageEventCheckPropagation.html"]
     21 skip-if = [
     22  "http2",
     23  "http3",
     24 ]
     25 
     26 ["test_storageNotifications.html"]
     27 
     28 ["test_storageSessionStorageEventCheckNoPropagation.html"]
     29 skip-if = [
     30  "http2",
     31  "http3",
     32 ]
     33 
     34 ["test_storageSessionStorageEventCheckPropagation.html"]
     35 skip-if = [
     36  "http2",
     37  "http3",
     38 ]