tor-browser

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

idbtransaction_objectStoreNames.any.js.ini (2713B)


      1 [idbtransaction_objectStoreNames.any.html]
      2  expected:
      3    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
      4  [IDBTransaction.objectStoreNames - during upgrade transaction]
      5    expected:
      6      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
      7 
      8  [IDBTransaction.objectStoreNames - value after close]
      9    expected:
     10      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     11 
     12  [IDBTransaction.objectStoreNames - transaction scope]
     13    expected:
     14      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     15 
     16  [IDBTransaction.objectStoreNames - value after commit]
     17    expected:
     18      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     19 
     20  [IDBTransaction.objectStoreNames - value after abort]
     21    expected:
     22      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     23 
     24  [IDBTransaction.objectStoreNames - sorting]
     25    expected:
     26      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     27 
     28  [IDBTransaction.objectStoreNames - no duplicates]
     29    expected:
     30      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     31 
     32  [IDBTransaction.objectStoreNames - unusual names]
     33    expected:
     34      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     35 
     36 
     37 [idbtransaction_objectStoreNames.any.worker.html]
     38  expected:
     39    if not sessionHistoryInParent and not debug: [OK, TIMEOUT]
     40  [IDBTransaction.objectStoreNames - during upgrade transaction]
     41    expected:
     42      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     43 
     44  [IDBTransaction.objectStoreNames - value after close]
     45    expected:
     46      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     47 
     48  [IDBTransaction.objectStoreNames - transaction scope]
     49    expected:
     50      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     51 
     52  [IDBTransaction.objectStoreNames - value after commit]
     53    expected:
     54      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     55 
     56  [IDBTransaction.objectStoreNames - value after abort]
     57    expected:
     58      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     59 
     60  [IDBTransaction.objectStoreNames - sorting]
     61    expected:
     62      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     63 
     64  [IDBTransaction.objectStoreNames - no duplicates]
     65    expected:
     66      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     67 
     68  [IDBTransaction.objectStoreNames - unusual names]
     69    expected:
     70      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     71 
     72 
     73 [idbtransaction_objectStoreNames.any.sharedworker.html]
     74 
     75 [idbtransaction_objectStoreNames.any.serviceworker.html]