summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-animations/stability/animation-event-destroy-renderer.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/css/css-animations/stability/animation-event-destroy-renderer.html.ini')
-rw-r--r--testing/web-platform/meta/css/css-animations/stability/animation-event-destroy-renderer.html.ini10
1 files changed, 6 insertions, 4 deletions
diff --git a/testing/web-platform/meta/css/css-animations/stability/animation-event-destroy-renderer.html.ini b/testing/web-platform/meta/css/css-animations/stability/animation-event-destroy-renderer.html.ini
index 4fe69a873d..eaf3d74352 100644
--- a/testing/web-platform/meta/css/css-animations/stability/animation-event-destroy-renderer.html.ini
+++ b/testing/web-platform/meta/css/css-animations/stability/animation-event-destroy-renderer.html.ini
@@ -1,11 +1,13 @@
[animation-event-destroy-renderer.html?animationiteration]
expected:
- if not asan and (os == "linux") and not debug and not tsan: [OK, TIMEOUT]
- if asan and not fission: [OK, TIMEOUT]
+ if (os == "linux") and not tsan and not debug and asan and not fission: [OK, TIMEOUT]
+ if (os == "linux") and not tsan and not debug and not asan: [OK, TIMEOUT]
+ if (os == "linux") and tsan: [OK, TIMEOUT]
[Triggering the cancel of an animation during event handling does not crash.]
expected:
- if not asan and (os == "linux") and not debug and not tsan: [PASS, TIMEOUT]
- if asan and not fission: [PASS, TIMEOUT]
+ if (os == "linux") and not tsan and not debug and asan and not fission: [PASS, TIMEOUT]
+ if (os == "linux") and not tsan and not debug and not asan: [PASS, TIMEOUT]
+ if (os == "linux") and tsan: [PASS, TIMEOUT]
[animation-event-destroy-renderer.html?animationstart]