From 1b03e56d69325e30a56888e597f98ed661fdbf98 Mon Sep 17 00:00:00 2001 From: Masayuki Nakano Date: Wed, 28 Jun 2023 03:41:36 +0000 Subject: [PATCH] Make the `animationend` event listener do not assume that it's always fired for `` in this case) is removed. If it's slow environment, `` 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 --- .../remove-editing-host-during-forwarddelete.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/editing/crashtests/remove-editing-host-during-forwarddelete.html b/editing/crashtests/remove-editing-host-during-forwarddelete.html index 9c803dc1327632..2b23c34607c324 100644 --- a/editing/crashtests/remove-editing-host-during-forwarddelete.html +++ b/editing/crashtests/remove-editing-host-during-forwarddelete.html @@ -13,12 +13,22 @@