tor-browser

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

buckets_basic.tentative.https.any.js.ini (1048B)


      1 [buckets_basic.tentative.https.any.serviceworker.html]
      2  [keys() lists all stored bucket names alphabetically]
      3    expected: FAIL
      4 
      5  [delete() removes stored bucket name]
      6    expected: FAIL
      7 
      8  [delete() does nothing if bucket name does not exist]
      9    expected: FAIL
     10 
     11 
     12 [buckets_basic.tentative.https.any.html]
     13  [keys() lists all stored bucket names alphabetically]
     14    expected: FAIL
     15 
     16  [delete() removes stored bucket name]
     17    expected: FAIL
     18 
     19  [delete() does nothing if bucket name does not exist]
     20    expected: FAIL
     21 
     22 
     23 [buckets_basic.tentative.https.any.worker.html]
     24  [keys() lists all stored bucket names alphabetically]
     25    expected: FAIL
     26 
     27  [delete() removes stored bucket name]
     28    expected: FAIL
     29 
     30  [delete() does nothing if bucket name does not exist]
     31    expected: FAIL
     32 
     33 
     34 [buckets_basic.tentative.https.any.sharedworker.html]
     35  [keys() lists all stored bucket names alphabetically]
     36    expected: FAIL
     37 
     38  [delete() removes stored bucket name]
     39    expected: FAIL
     40 
     41  [delete() does nothing if bucket name does not exist]
     42    expected: FAIL