1
0
Fork 0
firefox/testing/web-platform/meta/css/css-animations/stability/animation-event-destroy-renderer.html.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

15 lines
750 B
INI

[animation-event-destroy-renderer.html?animationiteration]
expected:
if (os == "linux") and debug and fission: [OK, TIMEOUT]
if (os == "linux") and debug and not fission: [OK, TIMEOUT]
if (os == "linux") and not debug and fission: [OK, TIMEOUT]
if (os == "linux") and not debug and not fission: [TIMEOUT, OK]
[Triggering the cancel of an animation during event handling does not crash.]
expected:
if (os == "linux") and debug and fission: [PASS, TIMEOUT]
if (os == "linux") and debug and not fission: [PASS, TIMEOUT]
if (os == "linux") and not debug and fission: [PASS, TIMEOUT]
if (os == "linux") and not debug and not fission: [TIMEOUT, PASS]
[animation-event-destroy-renderer.html?animationstart]