Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the
animationend
event listener do not assume that it's always…
… fired for `<dir According to MDN, `animationend` event is never fired if the event target (`<dir>` in this case) is removed. If it's slow environment, `<dir>` element may be removed before the listener receives the event for it. Therefore, it should not assume that it always comes. Differential Revision: https://phabricator.services.mozilla.com/D181961 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1839265 gecko-commit: 8cc85121d9b7c49b9def06d8556709ce75354933 gecko-reviewers: m_kato
- Loading branch information