summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-transitions/animations
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/css/css-transitions/animations')
-rw-r--r--testing/web-platform/meta/css/css-transitions/animations/text-shadow-composition.html.ini3
-rw-r--r--testing/web-platform/meta/css/css-transitions/animations/text-shadow-interpolation.html.ini3
-rw-r--r--testing/web-platform/meta/css/css-transitions/animations/transition-end-event-shorthands.html.ini3
-rw-r--r--testing/web-platform/meta/css/css-transitions/animations/transition-timing-function.html.ini11
-rw-r--r--testing/web-platform/meta/css/css-transitions/animations/vertical-align-composition.html.ini3
-rw-r--r--testing/web-platform/meta/css/css-transitions/animations/vertical-align-interpolation.html.ini27
-rw-r--r--testing/web-platform/meta/css/css-transitions/animations/z-index-interpolation.html.ini27
7 files changed, 77 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-transitions/animations/text-shadow-composition.html.ini b/testing/web-platform/meta/css/css-transitions/animations/text-shadow-composition.html.ini
new file mode 100644
index 0000000000..13d7a0bc9a
--- /dev/null
+++ b/testing/web-platform/meta/css/css-transitions/animations/text-shadow-composition.html.ini
@@ -0,0 +1,3 @@
+[text-shadow-composition.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/css/css-transitions/animations/text-shadow-interpolation.html.ini b/testing/web-platform/meta/css/css-transitions/animations/text-shadow-interpolation.html.ini
new file mode 100644
index 0000000000..819d1ad20f
--- /dev/null
+++ b/testing/web-platform/meta/css/css-transitions/animations/text-shadow-interpolation.html.ini
@@ -0,0 +1,3 @@
+[text-shadow-interpolation.html]
+ expected:
+ if (os == "android") and fission: [TIMEOUT, OK]
diff --git a/testing/web-platform/meta/css/css-transitions/animations/transition-end-event-shorthands.html.ini b/testing/web-platform/meta/css/css-transitions/animations/transition-end-event-shorthands.html.ini
new file mode 100644
index 0000000000..210b6967f5
--- /dev/null
+++ b/testing/web-platform/meta/css/css-transitions/animations/transition-end-event-shorthands.html.ini
@@ -0,0 +1,3 @@
+[transition-end-event-shorthands.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/css/css-transitions/animations/transition-timing-function.html.ini b/testing/web-platform/meta/css/css-transitions/animations/transition-timing-function.html.ini
new file mode 100644
index 0000000000..f351f22a55
--- /dev/null
+++ b/testing/web-platform/meta/css/css-transitions/animations/transition-timing-function.html.ini
@@ -0,0 +1,11 @@
+[transition-timing-function.html]
+ expected:
+ if (os == "win") and debug and (processor == "x86_64") and swgl: [OK, ERROR]
+ if (os == "linux") and debug and not fission and swgl: [ERROR, OK]
+ if (os == "linux") and debug and not fission and not swgl: [OK, ERROR]
+ if (os == "linux") and debug and fission and not swgl: [ERROR, OK]
+ if (os == "linux") and debug and fission and swgl: [OK, ERROR]
+ if (os == "win") and debug and (processor == "x86"): [OK, ERROR]
+ if (os == "linux") and not debug and not fission: [OK, ERROR]
+ if (os == "linux") and not debug and fission: [OK, ERROR]
+ if (os == "android") and swgl: [OK, ERROR]
diff --git a/testing/web-platform/meta/css/css-transitions/animations/vertical-align-composition.html.ini b/testing/web-platform/meta/css/css-transitions/animations/vertical-align-composition.html.ini
new file mode 100644
index 0000000000..4f403148b9
--- /dev/null
+++ b/testing/web-platform/meta/css/css-transitions/animations/vertical-align-composition.html.ini
@@ -0,0 +1,3 @@
+[vertical-align-composition.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/css/css-transitions/animations/vertical-align-interpolation.html.ini b/testing/web-platform/meta/css/css-transitions/animations/vertical-align-interpolation.html.ini
new file mode 100644
index 0000000000..5597adf993
--- /dev/null
+++ b/testing/web-platform/meta/css/css-transitions/animations/vertical-align-interpolation.html.ini
@@ -0,0 +1,27 @@
+[vertical-align-interpolation.html]
+ [CSS Transitions: property <vertical-align> from [initial\] to [40px\] at (-0.3) should be [initial\]]
+ expected: FAIL
+
+ [CSS Transitions: property <vertical-align> from [initial\] to [40px\] at (0) should be [initial\]]
+ expected: FAIL
+
+ [CSS Transitions: property <vertical-align> from [initial\] to [40px\] at (0.3) should be [initial\]]
+ expected: FAIL
+
+ [CSS Transitions: property <vertical-align> from [unset\] to [40px\] at (-0.3) should be [unset\]]
+ expected: FAIL
+
+ [CSS Transitions: property <vertical-align> from [unset\] to [40px\] at (0) should be [unset\]]
+ expected: FAIL
+
+ [CSS Transitions: property <vertical-align> from [unset\] to [40px\] at (0.3) should be [unset\]]
+ expected: FAIL
+
+ [CSS Transitions: property <vertical-align> from [super\] to [40%\] at (-0.3) should be [super\]]
+ expected: FAIL
+
+ [CSS Transitions: property <vertical-align> from [super\] to [40%\] at (0) should be [super\]]
+ expected: FAIL
+
+ [CSS Transitions: property <vertical-align> from [super\] to [40%\] at (0.3) should be [super\]]
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-transitions/animations/z-index-interpolation.html.ini b/testing/web-platform/meta/css/css-transitions/animations/z-index-interpolation.html.ini
new file mode 100644
index 0000000000..f4a4a7d06a
--- /dev/null
+++ b/testing/web-platform/meta/css/css-transitions/animations/z-index-interpolation.html.ini
@@ -0,0 +1,27 @@
+[z-index-interpolation.html]
+ [CSS Transitions: property <z-index> from [initial\] to [5\] at (-0.3) should be [initial\]]
+ expected: FAIL
+
+ [CSS Transitions: property <z-index> from [initial\] to [5\] at (0) should be [initial\]]
+ expected: FAIL
+
+ [CSS Transitions: property <z-index> from [initial\] to [5\] at (0.3) should be [initial\]]
+ expected: FAIL
+
+ [CSS Transitions: property <z-index> from [unset\] to [5\] at (-0.3) should be [unset\]]
+ expected: FAIL
+
+ [CSS Transitions: property <z-index> from [unset\] to [5\] at (0) should be [unset\]]
+ expected: FAIL
+
+ [CSS Transitions: property <z-index> from [unset\] to [5\] at (0.3) should be [unset\]]
+ expected: FAIL
+
+ [CSS Transitions: property <z-index> from [auto\] to [10\] at (-0.3) should be [auto\]]
+ expected: FAIL
+
+ [CSS Transitions: property <z-index> from [auto\] to [10\] at (0) should be [auto\]]
+ expected: FAIL
+
+ [CSS Transitions: property <z-index> from [auto\] to [10\] at (0.3) should be [auto\]]
+ expected: FAIL