Source code
Revision control
Copy as Markdown
Other Tools
[event-dispatch-active-flag.any.sharedworker.html]
[event-dispatch-active-flag.any.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, CRASH]
[event-dispatch-active-flag.any.serviceworker.html]
expected:
if (os_version == "24.04") and not debug and not asan and (processor == "x86_64"): [OK, TIMEOUT]
[Active during success handlers]
expected:
if (os_version == "24.04") and not debug and not asan and (processor == "x86_64"): [PASS, TIMEOUT]
[Active during success listeners]
expected:
if (os_version == "24.04") and not debug and not asan and (processor == "x86_64"): [PASS, TIMEOUT]
[Active during error handlers]
expected:
if (os_version == "24.04") and not debug and not asan and (processor == "x86_64"): [PASS, TIMEOUT]
[Active during error listeners]
expected:
if (os_version == "24.04") and not debug and not asan and (processor == "x86_64"): [PASS, TIMEOUT]
[event-dispatch-active-flag.any.worker.html]