tor-browser

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

idbindex-cross-realm-methods.html.ini (1170B)


      1 [idbindex-cross-realm-methods.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
      4    if (os == "mac") and debug: CRASH
      5    if (os == "android") and debug: CRASH
      6  [Cross-realm IDBIndex::openKeyCursor() method from detached <iframe> works as expected]
      7    expected:
      8      if (processor == "x86") and not debug: [PASS, TIMEOUT]
      9 
     10  [Cross-realm IDBIndex::openCursor() method from detached <iframe> works as expected]
     11    expected:
     12      if (processor == "x86") and not debug: [PASS, TIMEOUT]
     13 
     14  [Cross-realm IDBIndex::count() method from detached <iframe> works as expected]
     15    expected:
     16      if (processor == "x86") and not debug: [PASS, TIMEOUT]
     17 
     18  [Cross-realm IDBIndex::getAll() method from detached <iframe> works as expected]
     19    expected:
     20      if (processor == "x86") and not debug: [PASS, TIMEOUT]
     21 
     22  [Cross-realm IDBIndex::getKey() method from detached <iframe> works as expected]
     23    expected:
     24      if (processor == "x86") and not debug: [PASS, TIMEOUT]
     25 
     26  [Cross-realm IDBIndex::getAllKeys() method from detached <iframe> works as expected]
     27    expected:
     28      if (processor == "x86") and not debug: [PASS, TIMEOUT]