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