blob: 167e08e17d04f4b0388f45fd941940d296107865 [file] [log] [blame]
PASS Animated style is cleared after cancelling a running CSS transition
PASS After canceling a transition, it can still be re-used
PASS After cancelling a finished transition, it can still be re-used
PASS After cancelling a transition, updating transition properties doesn't make it live again
PASS Setting display:none on an element cancels its transitions
PASS Setting display:none cancels transitions on a child element
PASS Removing a property from transition-property cancels transitions on that property
PASS Setting zero combined duration
FAIL Changing style to another interpolable value cancels the original transition assert_equals: expected "idle" but got "finished"
FAIL An after-change style value can't be interpolated assert_equals: There should be no transitions expected 0 but got 1
FAIL Reversing a running transition cancels the original transition assert_equals: expected "idle" but got "running"