[idbrequest-onupgradeneeded.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]
[idbrequest-onupgradeneeded.any.sharedworker.html]
expected:
if (os == "win") and debug: [OK, CRASH]
[idbrequest-onupgradeneeded.any.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): [OK, CRASH]
if (os == "win") and debug and (processor == "x86"): [OK, ERROR, CRASH]
[idbrequest-onupgradeneeded.any.worker.html]