WPT failures in web-animations/interfaces/Animation/onremove.html
Categories
(Core :: DOM: Animation, defect)
Tracking
()
People
(Reporter: twisniewski, Unassigned)
References
()
Details
(Keywords: parity-chrome, parity-safari)
See https://wpt.fyi/results/web-animations/interfaces/Animation/onremove.html
We're the only browser failing the test:
onremove events are fired in the correct order -> !EQ("ABC", "")
Comment 1•2 years ago
|
||
I think the test is not quite right. It should wait for animations to be ready first. That's possibly why bug 1864425 caused this failure to be more frequent.
Comment 2•2 years ago
|
||
(In reply to Brian Birtles (:birtles, Feb 26~ parental leave) from comment #1)
I think the test is not quite right. It should wait for animations to be ready first.
More accurately, it should probably wait for the animations to finish, and then wait an animation frame so that the removal step happens.
Comment 3•2 years ago
|
||
The severity field is not set for this bug.
:boris, could you have a look please?
For more information, please visit BugBot documentation.
Comment 4•2 years ago
|
||
Per comment 1, the test may not quite right. So I mark this S4 for now.
Description
•