summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-transitions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:13:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:13:33 +0000
commit086c044dc34dfc0f74fbe41f4ecb402b2cd34884 (patch)
treea4f824bd33cb075dd5aa3eb5a0a94af221bbe83a /testing/web-platform/meta/css/css-transitions
parentAdding debian version 124.0.1-1. (diff)
downloadfirefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.tar.xz
firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.zip
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/css/css-transitions')
-rw-r--r--testing/web-platform/meta/css/css-transitions/all-with-discrete.tentative.html.ini3
-rw-r--r--testing/web-platform/meta/css/css-transitions/parsing/transition-behavior.html.ini78
-rw-r--r--testing/web-platform/meta/css/css-transitions/parsing/transition-shorthand.html.ini9
3 files changed, 0 insertions, 90 deletions
diff --git a/testing/web-platform/meta/css/css-transitions/all-with-discrete.tentative.html.ini b/testing/web-platform/meta/css/css-transitions/all-with-discrete.tentative.html.ini
deleted file mode 100644
index a4a6f26dd6..0000000000
--- a/testing/web-platform/meta/css/css-transitions/all-with-discrete.tentative.html.ini
+++ /dev/null
@@ -1,3 +0,0 @@
-[all-with-discrete.tentative.html]
- [transition:all with transition-behavior:allow-discrete should animate discrete properties.]
- expected: FAIL
diff --git a/testing/web-platform/meta/css/css-transitions/parsing/transition-behavior.html.ini b/testing/web-platform/meta/css/css-transitions/parsing/transition-behavior.html.ini
deleted file mode 100644
index 246320aaa8..0000000000
--- a/testing/web-platform/meta/css/css-transitions/parsing/transition-behavior.html.ini
+++ /dev/null
@@ -1,78 +0,0 @@
-[transition-behavior.html]
- [e.style['transition-behavior'\] = "normal" should set the property value]
- expected: FAIL
-
- [Property transition-behavior value 'normal']
- expected: FAIL
-
- [e.style['transition-behavior'\] = "allow-discrete" should set the property value]
- expected: FAIL
-
- [Property transition-behavior value 'allow-discrete']
- expected: FAIL
-
- [e.style['transition'\] = "allow-discrete display" should set the property value]
- expected: FAIL
-
- [Property transition value 'allow-discrete display']
- expected: FAIL
-
- [e.style['transition'\] = "allow-discrete display 3s" should set the property value]
- expected: FAIL
-
- [Property transition value 'allow-discrete display 3s']
- expected: FAIL
-
- [e.style['transition'\] = "allow-discrete display 3s 1s" should set the property value]
- expected: FAIL
-
- [Property transition value 'allow-discrete display 3s 1s']
- expected: FAIL
-
- [e.style['transition'\] = "allow-discrete display 3s ease-in-out" should set the property value]
- expected: FAIL
-
- [Property transition value 'allow-discrete display 3s ease-in-out']
- expected: FAIL
-
- [e.style['transition'\] = "allow-discrete display 3s ease-in-out 1s" should set the property value]
- expected: FAIL
-
- [Property transition value 'allow-discrete display 3s ease-in-out 1s']
- expected: FAIL
-
- [e.style['transition'\] = "display allow-discrete 3s ease-in-out 1s" should set the property value]
- expected: FAIL
-
- [e.style['transition'\] = "display 3s allow-discrete ease-in-out 1s" should set the property value]
- expected: FAIL
-
- [e.style['transition'\] = "display 3s ease-in-out allow-discrete 1s" should set the property value]
- expected: FAIL
-
- [e.style['transition'\] = "display 3s ease-in-out 1s allow-discrete" should set the property value]
- expected: FAIL
-
- [Property transition value 'display allow-discrete 3s ease-in-out 1s']
- expected: FAIL
-
- [Property transition value 'display 3s allow-discrete ease-in-out 1s']
- expected: FAIL
-
- [Property transition value 'display 3s ease-in-out allow-discrete 1s']
- expected: FAIL
-
- [Property transition value 'display 3s ease-in-out 1s allow-discrete']
- expected: FAIL
-
- [e.style['transition'\] = "allow-discrete display, normal opacity, color" should set the property value]
- expected: FAIL
-
- [Property transition value 'allow-discrete display, normal opacity, color']
- expected: FAIL
-
- [e.style['transition'\] = "normal opacity, color, allow-discrete display" should set the property value]
- expected: FAIL
-
- [Property transition value 'normal opacity, color, allow-discrete display']
- expected: FAIL
diff --git a/testing/web-platform/meta/css/css-transitions/parsing/transition-shorthand.html.ini b/testing/web-platform/meta/css/css-transitions/parsing/transition-shorthand.html.ini
deleted file mode 100644
index e112487133..0000000000
--- a/testing/web-platform/meta/css/css-transitions/parsing/transition-shorthand.html.ini
+++ /dev/null
@@ -1,9 +0,0 @@
-[transition-shorthand.html]
- [e.style['transition'\] = "1s -3s cubic-bezier(0, -2, 1, 3) top" should set transition-behavior]
- expected: FAIL
-
- [e.style['transition'\] = "1s -3s, cubic-bezier(0, -2, 1, 3) top" should set transition-behavior]
- expected: FAIL
-
- [e.style['transition'\] = "cubic-bezier(0, -2, 1, 3) top, 1s -3s" should set transition-behavior]
- expected: FAIL