Source code
Revision control
Copy as Markdown
Other Tools
[CSSTransition-canceling.tentative.html]
expected:
if asan and fission: [OK, TIMEOUT]
[After canceling a transition, it can still be re-used]
expected:
if asan and fission: [PASS, TIMEOUT]
[After canceling a finished transition, it can still be re-used]
expected:
if asan and fission: [PASS, NOTRUN]
[Setting display:none on an element cancels its transitions]
expected:
if asan and fission: [PASS, NOTRUN]
[Setting display:none cancels transitions on a child element]
expected:
if asan and fission: [PASS, NOTRUN]
[Removing a property from transition-property cancels transitions on that property]
expected:
if asan and fission: [PASS, NOTRUN]
[Setting zero combined duration]
expected:
if asan and fission: [PASS, NOTRUN]
[Changing style to another interpolable value cancels the original transition]
expected:
if asan and fission: [PASS, NOTRUN]
[An after-change style value can't be interpolated]
expected:
if asan and fission: [PASS, NOTRUN]
[Reversing a running transition cancels the original transition]
expected:
if asan and fission: [PASS, NOTRUN]