tor-browser

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

idbindex-rename.any.js.ini (2893B)


      1 [idbindex-rename.any.worker.html]
      2 
      3 [idbindex-rename.any.serviceworker.html]
      4  expected:
      5    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
      6  [IndexedDB index can be renamed to ""]
      7    expected:
      8      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
      9 
     10  [IndexedDB index swapping via renames succeeds]
     11    expected:
     12      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     13 
     14  [IndexedDB index can be renamed to "\\uDC00\\uD800"]
     15    expected:
     16      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     17 
     18  [IndexedDB index can be renamed to "\\u0000"]
     19    expected:
     20      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     21 
     22  [IndexedDB index rename to the name of a deleted index succeeds]
     23    expected:
     24      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     25 
     26  [IndexedDB index rename stringifies non-string names]
     27    expected:
     28      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     29 
     30 
     31 [idbindex-rename.any.html]
     32  expected:
     33    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
     34  [IndexedDB index can be renamed to ""]
     35    expected:
     36      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     37 
     38  [IndexedDB index swapping via renames succeeds]
     39    expected:
     40      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     41 
     42  [IndexedDB index rename in the transaction where it is created]
     43    expected:
     44      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     45 
     46  [IndexedDB index can be renamed to "\\uDC00\\uD800"]
     47    expected:
     48      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     49 
     50  [IndexedDB index can be renamed to "\\u0000"]
     51    expected:
     52      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     53 
     54  [IndexedDB index rename to the name of a deleted index succeeds]
     55    expected:
     56      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT, NOTRUN]
     57 
     58  [IndexedDB index rename to the same name succeeds]
     59    expected:
     60      if (os == "android") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     61 
     62  [IndexedDB index rename stringifies non-string names]
     63    expected:
     64      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT, NOTRUN]
     65 
     66 
     67 [idbindex-rename.any.sharedworker.html]
     68  expected:
     69    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
     70  [IndexedDB index can be renamed to "\\u0000"]
     71    expected:
     72      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     73 
     74  [IndexedDB index can be renamed to "\\uDC00\\uD800"]
     75    expected:
     76      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT, NOTRUN]