tor-browser

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

idbobjectstore-cross-realm-methods.html.ini (2482B)


      1 [idbobjectstore-cross-realm-methods.html]
      2  expected:
      3    if (processor == "x86_64") and (os == "win") and not debug: [OK, TIMEOUT]
      4    if (processor == "x86") and not debug: [OK, TIMEOUT]
      5  [Cross-realm IDBObjectStore::getAllKeys() method from detached <iframe> works as expected]
      6    expected:
      7      if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT]
      8      if (processor == "x86") and not debug: [PASS, TIMEOUT]
      9 
     10  [Cross-realm IDBObjectStore::count() method from detached <iframe> works as expected]
     11    expected:
     12      if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT]
     13      if (processor == "x86") and not debug: [PASS, TIMEOUT]
     14 
     15  [Cross-realm IDBObjectStore::openCursor() method from detached <iframe> works as expected]
     16    expected:
     17      if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT]
     18      if (processor == "x86") and not debug: [PASS, TIMEOUT]
     19 
     20  [Cross-realm IDBObjectStore::openKeyCursor() method from detached <iframe> works as expected]
     21    expected:
     22      if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT]
     23      if (processor == "x86") and not debug: [PASS, TIMEOUT]
     24 
     25  [Cross-realm IDBObjectStore::getAll() method from detached <iframe> works as expected]
     26    expected:
     27      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
     28 
     29  [Cross-realm IDBObjectStore::get() method from detached <iframe> works as expected]
     30    expected:
     31      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
     32 
     33  [Cross-realm IDBObjectStore::delete() method from detached <iframe> works as expected]
     34    expected:
     35      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
     36 
     37  [Cross-realm IDBObjectStore::clear() method from detached <iframe> works as expected]
     38    expected:
     39      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
     40 
     41  [Cross-realm IDBObjectStore::add() method from detached <iframe> works as expected]
     42    expected:
     43      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
     44 
     45  [Cross-realm IDBObjectStore::getKey() method from detached <iframe> works as expected]
     46    expected:
     47      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
     48 
     49  [Cross-realm IDBObjectStore::put() method from detached <iframe> works as expected]
     50    expected:
     51      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]