[idbcursor-request.any.worker.html]
  expected:
    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
    if (os == "android") and fission: [OK, TIMEOUT]
  [cursor.request from IDBIndex.openKeyCursor]
    expected:
      if (processor == "x86") and not debug: [PASS, TIMEOUT]

  [cursor.request from IDBIndex.openCursor]
    expected:
      if (processor == "x86") and not debug: [PASS, TIMEOUT]


[idbcursor-request.any.html]
  expected:
    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
    if (os == "android") and fission: [OK, TIMEOUT]
  [cursor.request from IDBIndex.openKeyCursor]
    expected:
      if (processor == "x86") and not debug: [PASS, TIMEOUT]

  [cursor.request from IDBIndex.openCursor]
    expected:
      if (processor == "x86") and not debug: [PASS, TIMEOUT]