Source code

Revision control

Copy as Markdown

Other Tools

[transition-skipped-after-animation-started.html]
expected:
if (os_version == "24.04") and (processor == "x86_64") and debug and not fission: [OK, ERROR]
if (os_version == "24.04") and (processor == "x86_64") and not debug: [OK, ERROR]
if (os_version == "24.04") and (processor == "x86"): [OK, ERROR]
[skipTransition() after animations have started running should resolve finished promise]
expected:
if (os_version == "24.04") and (processor == "x86_64") and debug and not fission: [PASS, TIMEOUT]
if (os_version == "24.04") and (processor == "x86_64") and not debug: [PASS, TIMEOUT]
if (os_version == "24.04") and (processor == "x86"): [PASS, TIMEOUT]