Source code
Revision control
Copy as Markdown
Other Tools
[idbcursor-delete-exception-order.any.sharedworker.html]
[idbcursor-delete-exception-order.any.worker.html]
[idbcursor-delete-exception-order.any.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): [OK, CRASH]
if (os == "win") and debug and (processor == "x86"): [OK, CRASH]
[idbcursor-delete-exception-order.any.serviceworker.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): [ERROR, OK, CRASH]
if (os == "win") and debug and (processor == "x86"): [CRASH, OK, ERROR]