[idbcursor-continuePrimaryKey.any.worker.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): [OK, CRASH]
if (os == "win") and debug and (processor == "x86"): [CRASH, OK, ERROR]
[idbcursor-continuePrimaryKey.any.html]
[idbcursor-continuePrimaryKey.any.serviceworker.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): [OK, ERROR]
if (os == "win") and debug and (processor == "x86"): [OK, ERROR, CRASH]
[idbcursor-continuePrimaryKey.any.sharedworker.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): [OK, CRASH]
if (os == "win") and debug and (processor == "x86"): [OK, CRASH]