tor-browser

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

cache-storage-buckets.https.any.js.ini (981B)


      1 [cache-storage-buckets.https.any.html]
      2  [caches from different buckets have different contents]
      3    expected: FAIL
      4 
      5  [cache.open promise is rejected when bucket is gone]
      6    expected: FAIL
      7 
      8 
      9 [cache-storage-buckets.https.any.sharedworker.html]
     10  [caches from different buckets have different contents]
     11    expected: FAIL
     12 
     13  [cache.open promise is rejected when bucket is gone]
     14    expected: FAIL
     15 
     16 
     17 [cache-storage-buckets.https.any.serviceworker.html]
     18  disabled:
     19    if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
     20  expected:
     21    if (os == "win") and not debug and (processor == "x86_64"): [OK, CRASH]
     22  [caches from different buckets have different contents]
     23    expected: FAIL
     24 
     25  [cache.open promise is rejected when bucket is gone]
     26    expected: FAIL
     27 
     28 
     29 [cache-storage-buckets.https.any.worker.html]
     30  [caches from different buckets have different contents]
     31    expected: FAIL
     32 
     33  [cache.open promise is rejected when bucket is gone]
     34    expected: FAIL