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