diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:14:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:14:29 +0000 |
commit | fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 (patch) | |
tree | 4c1ccaf5486d4f2009f9a338a98a83e886e29c97 /testing/web-platform/meta/css/css-transitions/parsing | |
parent | Releasing progress-linux version 124.0.1-1~progress7.99u1. (diff) | |
download | firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.tar.xz firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.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/parsing')
-rw-r--r-- | testing/web-platform/meta/css/css-transitions/parsing/transition-behavior.html.ini | 78 | ||||
-rw-r--r-- | testing/web-platform/meta/css/css-transitions/parsing/transition-shorthand.html.ini | 9 |
2 files changed, 0 insertions, 87 deletions
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 |