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