summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-fonts/animations
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/css/css-fonts/animations
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/css/css-fonts/animations')
-rw-r--r--testing/web-platform/meta/css/css-fonts/animations/font-palette-animation-not-specified-endpoints.html.ini3
-rw-r--r--testing/web-platform/meta/css/css-fonts/animations/font-palette-interpolation.html.ini108
-rw-r--r--testing/web-platform/meta/css/css-fonts/animations/font-size-interpolation-002.html.ini3
-rw-r--r--testing/web-platform/meta/css/css-fonts/animations/font-size-interpolation-003.html.ini2
-rw-r--r--testing/web-platform/meta/css/css-fonts/animations/font-stretch-interpolation.html.ini3
-rw-r--r--testing/web-platform/meta/css/css-fonts/animations/font-style-interpolation.html.ini3
-rw-r--r--testing/web-platform/meta/css/css-fonts/animations/system-fonts.html.ini3
7 files changed, 125 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-fonts/animations/font-palette-animation-not-specified-endpoints.html.ini b/testing/web-platform/meta/css/css-fonts/animations/font-palette-animation-not-specified-endpoints.html.ini
new file mode 100644
index 0000000000..c6a00caaab
--- /dev/null
+++ b/testing/web-platform/meta/css/css-fonts/animations/font-palette-animation-not-specified-endpoints.html.ini
@@ -0,0 +1,3 @@
+[font-palette-animation-not-specified-endpoints.html]
+ [Verify font-palette is animated when `to` keyframe is not specified]
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-fonts/animations/font-palette-interpolation.html.ini b/testing/web-platform/meta/css/css-fonts/animations/font-palette-interpolation.html.ini
new file mode 100644
index 0000000000..06b35e6031
--- /dev/null
+++ b/testing/web-platform/meta/css/css-fonts/animations/font-palette-interpolation.html.ini
@@ -0,0 +1,108 @@
+[font-palette-interpolation.html]
+ [CSS Transitions: property <font-palette> from [light\] to [dark\] at (-2) should be [light\]]
+ expected: FAIL
+
+ [CSS Transitions: property <font-palette> from [light\] to [dark\] at (-0.25) should be [light\]]
+ expected: FAIL
+
+ [CSS Transitions: property <font-palette> from [light\] to [dark\] at (0) should be [light\]]
+ expected: FAIL
+
+ [CSS Transitions: property <font-palette> from [light\] to [dark\] at (0.3) should be [palette-mix(in oklab, light, dark 30%)\]]
+ expected: FAIL
+
+ [CSS Transitions: property <font-palette> from [light\] to [dark\] at (0.6) should be [palette-mix(in oklab, light, dark 60%)\]]
+ expected: FAIL
+
+ [CSS Transitions with transition: all: property <font-palette> from [light\] to [dark\] at (-2) should be [light\]]
+ expected: FAIL
+
+ [CSS Transitions with transition: all: property <font-palette> from [light\] to [dark\] at (-0.25) should be [light\]]
+ expected: FAIL
+
+ [CSS Transitions with transition: all: property <font-palette> from [light\] to [dark\] at (0) should be [light\]]
+ expected: FAIL
+
+ [CSS Transitions with transition: all: property <font-palette> from [light\] to [dark\] at (0.3) should be [palette-mix(in oklab, light, dark 30%)\]]
+ expected: FAIL
+
+ [CSS Transitions with transition: all: property <font-palette> from [light\] to [dark\] at (0.6) should be [palette-mix(in oklab, light, dark 60%)\]]
+ expected: FAIL
+
+ [CSS Animations: property <font-palette> from [light\] to [dark\] at (0.3) should be [palette-mix(in oklab, light, dark 30%)\]]
+ expected: FAIL
+
+ [CSS Animations: property <font-palette> from [light\] to [dark\] at (0.6) should be [palette-mix(in oklab, light, dark 60%)\]]
+ expected: FAIL
+
+ [Web Animations: property <font-palette> from [light\] to [dark\] at (0.3) should be [palette-mix(in oklab, light, dark 30%)\]]
+ expected: FAIL
+
+ [Web Animations: property <font-palette> from [light\] to [dark\] at (0.6) should be [palette-mix(in oklab, light, dark 60%)\]]
+ expected: FAIL
+
+ [CSS Transitions: property <font-palette> from [initial\] to [inherit\] at (-2) should be [normal\]]
+ expected: FAIL
+
+ [CSS Transitions: property <font-palette> from [initial\] to [inherit\] at (-0.25) should be [normal\]]
+ expected: FAIL
+
+ [CSS Transitions: property <font-palette> from [initial\] to [inherit\] at (0) should be [normal\]]
+ expected: FAIL
+
+ [CSS Transitions: property <font-palette> from [initial\] to [inherit\] at (0.3) should be [palette-mix(in oklab, normal, light 30%)\]]
+ expected: FAIL
+
+ [CSS Transitions: property <font-palette> from [initial\] to [inherit\] at (0.6) should be [palette-mix(in oklab, normal, light 60%)\]]
+ expected: FAIL
+
+ [CSS Transitions with transition: all: property <font-palette> from [initial\] to [inherit\] at (-2) should be [normal\]]
+ expected: FAIL
+
+ [CSS Transitions with transition: all: property <font-palette> from [initial\] to [inherit\] at (-0.25) should be [normal\]]
+ expected: FAIL
+
+ [CSS Transitions with transition: all: property <font-palette> from [initial\] to [inherit\] at (0) should be [normal\]]
+ expected: FAIL
+
+ [CSS Transitions with transition: all: property <font-palette> from [initial\] to [inherit\] at (0.3) should be [palette-mix(in oklab, normal, light 30%)\]]
+ expected: FAIL
+
+ [CSS Transitions with transition: all: property <font-palette> from [initial\] to [inherit\] at (0.6) should be [palette-mix(in oklab, normal, light 60%)\]]
+ expected: FAIL
+
+ [CSS Animations: property <font-palette> from [initial\] to [inherit\] at (0.6) should be [palette-mix(in oklab, normal, light 60%)\]]
+ expected: FAIL
+
+ [Web Animations: property <font-palette> from [initial\] to [inherit\] at (0.6) should be [palette-mix(in oklab, normal, light 60%)\]]
+ expected: FAIL
+
+ [CSS Transitions: property <font-palette> from [--custom-palette\] to [normal\] at (-2) should be [--custom-palette\]]
+ expected: FAIL
+
+ [CSS Transitions: property <font-palette> from [--custom-palette\] to [normal\] at (-0.25) should be [--custom-palette\]]
+ expected: FAIL
+
+ [CSS Transitions: property <font-palette> from [--custom-palette\] to [normal\] at (0) should be [--custom-palette\]]
+ expected: FAIL
+
+ [CSS Transitions with transition: all: property <font-palette> from [--custom-palette\] to [normal\] at (-2) should be [--custom-palette\]]
+ expected: FAIL
+
+ [CSS Transitions with transition: all: property <font-palette> from [--custom-palette\] to [normal\] at (-0.25) should be [--custom-palette\]]
+ expected: FAIL
+
+ [CSS Transitions with transition: all: property <font-palette> from [--custom-palette\] to [normal\] at (0) should be [--custom-palette\]]
+ expected: FAIL
+
+ [CSS Animations: property <font-palette> from [--custom-palette\] to [normal\] at (0.3) should be [palette-mix(in oklab, --custom-palette, normal 30%)\]]
+ expected: FAIL
+
+ [Web Animations: property <font-palette> from [--custom-palette\] to [normal\] at (0.3) should be [palette-mix(in oklab, --custom-palette, normal 30%)\]]
+ expected: FAIL
+
+ [An interpolation to inherit updates correctly on a parent style change.]
+ expected: FAIL
+
+ [Test additive animations]
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-fonts/animations/font-size-interpolation-002.html.ini b/testing/web-platform/meta/css/css-fonts/animations/font-size-interpolation-002.html.ini
new file mode 100644
index 0000000000..4809629eab
--- /dev/null
+++ b/testing/web-platform/meta/css/css-fonts/animations/font-size-interpolation-002.html.ini
@@ -0,0 +1,3 @@
+[font-size-interpolation-002.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/css/css-fonts/animations/font-size-interpolation-003.html.ini b/testing/web-platform/meta/css/css-fonts/animations/font-size-interpolation-003.html.ini
new file mode 100644
index 0000000000..c99e269924
--- /dev/null
+++ b/testing/web-platform/meta/css/css-fonts/animations/font-size-interpolation-003.html.ini
@@ -0,0 +1,2 @@
+[font-size-interpolation-003.html]
+ prefs: [layout.css.zoom.enabled:false]
diff --git a/testing/web-platform/meta/css/css-fonts/animations/font-stretch-interpolation.html.ini b/testing/web-platform/meta/css/css-fonts/animations/font-stretch-interpolation.html.ini
new file mode 100644
index 0000000000..4683f97c1d
--- /dev/null
+++ b/testing/web-platform/meta/css/css-fonts/animations/font-stretch-interpolation.html.ini
@@ -0,0 +1,3 @@
+[font-stretch-interpolation.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/css/css-fonts/animations/font-style-interpolation.html.ini b/testing/web-platform/meta/css/css-fonts/animations/font-style-interpolation.html.ini
new file mode 100644
index 0000000000..1d2c14299e
--- /dev/null
+++ b/testing/web-platform/meta/css/css-fonts/animations/font-style-interpolation.html.ini
@@ -0,0 +1,3 @@
+[font-style-interpolation.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/css/css-fonts/animations/system-fonts.html.ini b/testing/web-platform/meta/css/css-fonts/animations/system-fonts.html.ini
new file mode 100644
index 0000000000..3e7a17bf07
--- /dev/null
+++ b/testing/web-platform/meta/css/css-fonts/animations/system-fonts.html.ini
@@ -0,0 +1,3 @@
+[system-fonts.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]