Source code

Revision control

Copy as Markdown

Other Tools

[non-secure-context.any.sharedworker.html]
[non-secure-context.any.html]
expected:
if debug and (os == "win") and (processor == "x86_64"): CRASH
if debug and (os == "linux") and not fission: CRASH
if not debug and asan and fission: CRASH
if debug and (os == "mac"): CRASH
[non-secure-context.any.worker.html]
expected:
if not fission and not asan and not debug: [OK, CRASH]
if not fission and asan: CRASH