Source code

Revision control

Copy as Markdown

Other Tools

[xhr-authorization-redirect.any.worker.html]
expected:
if (os == "linux") and not fission and not debug: CRASH
if (os == "mac") and debug: CRASH
if (os == "mac") and not debug: [OK, CRASH]
if (os == "android") and not debug: [OK, CRASH]
[xhr-authorization-redirect.any.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): CRASH
if (os == "android") and debug: CRASH
if (os == "android") and not debug: [OK, CRASH]
[xhr-authorization-redirect.any.sharedworker.html]