Source code
Revision control
Copy as Markdown
Other Tools
[Worker-replace-event-handler.any.worker.html]
expected:
if os == "mac": [OK, CRASH]
if os == "android": [OK, CRASH]
[Worker-replace-event-handler.any.sharedworker.html]
[Worker-replace-event-handler.any.serviceworker.html]
expected:
if (os == "mac") and debug: CRASH
if (os == "linux") and debug: CRASH
if os == "android": [OK, ERROR]