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