Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent transitioncancel from firing after transtionend
Per spec (https://drafts.csswg.org/css-transitions-2/#event-dispatch) a transitioncancel should be fired on the following phase change not idle and not after --> idle Previously we were only test for not idle --> idle, meaning that a finished transition could erroneously trip a transitioncancel. Bug: 979556 Change-Id: Iecd6c8d2a7ca4564925910f092fca4c78b6d79da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2348416 Commit-Queue: Kevin Ellis <[email protected]> Reviewed-by: Xida Chen <[email protected]> Cr-Commit-Position: refs/heads/master@{#796973}
- Loading branch information