Source code
Revision control
Copy as Markdown
Other Tools
[idbcursor-iterating-update.any.worker.html]
[idbcursor-iterating-update.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]
[idbcursor-iterating-update.any.html]
expected:
if (os == "win") and debug: [OK, CRASH]
[idbcursor-iterating-update.any.sharedworker.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): [OK, CRASH]