Source code
Revision control
Copy as Markdown
Other Tools
[transition-skipped-after-animation-started.html]
expected:
if (os_version == "24.04") and fission and not asan and not debug and (processor == "x86_64"): [OK, ERROR]
if (os_version == "24.04") and fission and asan: [OK, ERROR]
if (os_version == "24.04") and not fission: [OK, ERROR]
[skipTransition() after animations have started running should resolve finished promise]
expected:
if (os_version == "24.04") and fission and not asan and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os_version == "24.04") and fission and asan: [PASS, TIMEOUT]
if (os_version == "24.04") and not fission: [PASS, TIMEOUT]