[idbindex-cross-realm-methods.html]
  expected:
    if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
  [Cross-realm IDBIndex::openKeyCursor() method from detached <iframe> works as expected]
    expected:
      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]

  [Cross-realm IDBIndex::openCursor() method from detached <iframe> works as expected]
    expected:
      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]

  [Cross-realm IDBIndex::count() method from detached <iframe> works as expected]
    expected:
      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]

  [Cross-realm IDBIndex::getAll() method from detached <iframe> works as expected]
    expected:
      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]

  [Cross-realm IDBIndex::getKey() method from detached <iframe> works as expected]
    expected:
      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]

  [Cross-realm IDBIndex::getAllKeys() method from detached <iframe> works as expected]
    expected:
      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]