summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-animations
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:50 +0000
commitdef92d1b8e9d373e2f6f27c366d578d97d8960c6 (patch)
tree2ef34b9ad8bb9a9220e05d60352558b15f513894 /testing/web-platform/meta/css/css-animations
parentAdding debian version 125.0.3-1. (diff)
downloadfirefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.tar.xz
firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.zip
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/css/css-animations')
-rw-r--r--testing/web-platform/meta/css/css-animations/computed-style-animation-parsing.html.ini3
-rw-r--r--testing/web-platform/meta/css/css-animations/display-none-dont-cancel-pseudo.tentative.html.ini3
-rw-r--r--testing/web-platform/meta/css/css-animations/parsing/animation-computed.html.ini58
-rw-r--r--testing/web-platform/meta/css/css-animations/parsing/animation-valid.html.ini34
-rw-r--r--testing/web-platform/meta/css/css-animations/stability/animation-event-destroy-renderer.html.ini11
-rw-r--r--testing/web-platform/meta/css/css-animations/style-animation-parsing.html.ini3
6 files changed, 80 insertions, 32 deletions
diff --git a/testing/web-platform/meta/css/css-animations/computed-style-animation-parsing.html.ini b/testing/web-platform/meta/css/css-animations/computed-style-animation-parsing.html.ini
deleted file mode 100644
index 6592d5a38f..0000000000
--- a/testing/web-platform/meta/css/css-animations/computed-style-animation-parsing.html.ini
+++ /dev/null
@@ -1,3 +0,0 @@
-[computed-style-animation-parsing.html]
- expected:
- if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/css/css-animations/display-none-dont-cancel-pseudo.tentative.html.ini b/testing/web-platform/meta/css/css-animations/display-none-dont-cancel-pseudo.tentative.html.ini
new file mode 100644
index 0000000000..6f7d2907bc
--- /dev/null
+++ b/testing/web-platform/meta/css/css-animations/display-none-dont-cancel-pseudo.tentative.html.ini
@@ -0,0 +1,3 @@
+[display-none-dont-cancel-pseudo.tentative.html]
+ [A CSS Animation on a pseudo-element animating to "display: none" with "fill: forwards" remains active after animation completion.]
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-animations/parsing/animation-computed.html.ini b/testing/web-platform/meta/css/css-animations/parsing/animation-computed.html.ini
index 3f43011441..d3512ef39c 100644
--- a/testing/web-platform/meta/css/css-animations/parsing/animation-computed.html.ini
+++ b/testing/web-platform/meta/css/css-animations/parsing/animation-computed.html.ini
@@ -1,44 +1,70 @@
[animation-computed.html]
- expected:
- if (os == "android") and fission: [OK, TIMEOUT]
[Default animation value]
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: [PASS, FAIL]
+ if (os == "android") and not debug: [PASS, FAIL]
[Property animation value '1s']
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: [PASS, FAIL]
+ if (os == "android") and not debug: [PASS, FAIL]
[Property animation value 'cubic-bezier(0, -2, 1, 3)']
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: [PASS, FAIL]
+ if (os == "android") and not debug: [PASS, FAIL]
[Property animation value 'ease-in-out']
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: [PASS, FAIL]
+ if (os == "android") and not debug: [PASS, FAIL]
[Property animation value '1s -3s']
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: [PASS, FAIL]
+ if (os == "android") and not debug: [PASS, FAIL]
[Property animation value '4']
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: [PASS, FAIL]
+ if (os == "android") and not debug: [PASS, FAIL]
[Property animation value 'reverse']
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: [PASS, FAIL]
+ if (os == "android") and not debug: [PASS, FAIL]
[Property animation value 'both']
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: [PASS, FAIL]
+ if (os == "android") and not debug: [PASS, FAIL]
[Property animation value 'paused']
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: [PASS, FAIL]
+ if (os == "android") and not debug: [PASS, FAIL]
[Property animation value 'none']
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: [PASS, FAIL]
+ if (os == "android") and not debug: [PASS, FAIL]
[Property animation value 'anim']
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: [PASS, FAIL]
+ if (os == "android") and not debug: [PASS, FAIL]
[Property animation value 'anim paused both reverse, 4 1s -3s cubic-bezier(0, -2, 1, 3)']
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: [PASS, FAIL]
+ if (os == "android") and not debug: [PASS, FAIL]
[Property animation value 'none, none']
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: [PASS, FAIL]
+ if (os == "android") and not debug: [PASS, FAIL]
[Animation with a delay but no duration]
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: [PASS, FAIL]
+ if (os == "android") and not debug: [PASS, FAIL]
diff --git a/testing/web-platform/meta/css/css-animations/parsing/animation-valid.html.ini b/testing/web-platform/meta/css/css-animations/parsing/animation-valid.html.ini
index 302a9486b4..994c9b9e1d 100644
--- a/testing/web-platform/meta/css/css-animations/parsing/animation-valid.html.ini
+++ b/testing/web-platform/meta/css/css-animations/parsing/animation-valid.html.ini
@@ -1,26 +1,40 @@
[animation-valid.html]
- expected:
- if (os == "android") and fission: [TIMEOUT, OK]
[e.style['animation'\] = "cubic-bezier(0, -2, 1, 3)" should set the property value]
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: [PASS, FAIL]
+ if (os == "android") and not debug: [PASS, FAIL]
[e.style['animation'\] = "4" should set the property value]
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: [PASS, FAIL]
+ if (os == "android") and not debug: [PASS, FAIL]
[e.style['animation'\] = "reverse" should set the property value]
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: [PASS, FAIL]
+ if (os == "android") and not debug: [PASS, FAIL]
[e.style['animation'\] = "both" should set the property value]
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: [PASS, FAIL]
+ if (os == "android") and not debug: [PASS, FAIL]
[e.style['animation'\] = "paused" should set the property value]
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: [PASS, FAIL]
+ if (os == "android") and not debug: [PASS, FAIL]
[e.style['animation'\] = "none" should set the property value]
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: [PASS, FAIL]
+ if (os == "android") and not debug: [PASS, FAIL]
[e.style['animation'\] = "anim" should set the property value]
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: [PASS, FAIL]
+ if (os == "android") and not debug: [PASS, FAIL]
[e.style['animation'\] = "anim paused both reverse, 4 1s -3s cubic-bezier(0, -2, 1, 3)" should set the property value]
- expected: FAIL
+ expected:
+ if (os == "mac") and not debug: [PASS, FAIL]
+ if (os == "android") and not debug: [PASS, FAIL]
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
new file mode 100644
index 0000000000..4fe69a873d
--- /dev/null
+++ b/testing/web-platform/meta/css/css-animations/stability/animation-event-destroy-renderer.html.ini
@@ -0,0 +1,11 @@
+[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]
+ [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]
+
+
+[animation-event-destroy-renderer.html?animationstart]
diff --git a/testing/web-platform/meta/css/css-animations/style-animation-parsing.html.ini b/testing/web-platform/meta/css/css-animations/style-animation-parsing.html.ini
deleted file mode 100644
index bb7e13512f..0000000000
--- a/testing/web-platform/meta/css/css-animations/style-animation-parsing.html.ini
+++ /dev/null
@@ -1,3 +0,0 @@
-[style-animation-parsing.html]
- expected:
- if (os == "android") and fission: [OK, TIMEOUT]