diff options
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 |