summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/web-animations/interfaces/KeyframeEffect
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/web-animations/interfaces/KeyframeEffect')
-rw-r--r--testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/constructor.html.ini10
-rw-r--r--testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/iterationComposite.html.ini4
-rw-r--r--testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-001.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-002.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/setKeyframes.html.ini11
-rw-r--r--testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/style-change-events.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/target.html.ini26
7 files changed, 60 insertions, 0 deletions
diff --git a/testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/constructor.html.ini b/testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/constructor.html.ini
new file mode 100644
index 0000000000..601b1161e0
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/constructor.html.ini
@@ -0,0 +1,10 @@
+[constructor.html]
+ [A KeyframeEffect can be constructed with a property-indexed keyframes specification with a CSS variable as the property]
+ expected: FAIL
+
+ [A KeyframeEffect can be constructed with a keyframe sequence with a CSS variable as its property]
+ expected: FAIL
+
+ [A KeyframeEffect can be constructed with a two property (one shorthand and one of its shorthand components) two value property-indexed keyframes specification]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/iterationComposite.html.ini b/testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/iterationComposite.html.ini
new file mode 100644
index 0000000000..b6af770485
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/iterationComposite.html.ini
@@ -0,0 +1,4 @@
+[iterationComposite.html]
+ expected:
+ if (os == "linux") and not debug and fission: [OK, CRASH]
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-001.html.ini b/testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-001.html.ini
new file mode 100644
index 0000000000..51e69d29cf
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-001.html.ini
@@ -0,0 +1,3 @@
+[processing-a-keyframes-argument-001.html]
+ expected:
+ if (os == "android") and fission: [TIMEOUT, OK]
diff --git a/testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-002.html.ini b/testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-002.html.ini
new file mode 100644
index 0000000000..706ae74e21
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-002.html.ini
@@ -0,0 +1,3 @@
+[processing-a-keyframes-argument-002.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/setKeyframes.html.ini b/testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/setKeyframes.html.ini
new file mode 100644
index 0000000000..d82c2f67ad
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/setKeyframes.html.ini
@@ -0,0 +1,11 @@
+[setKeyframes.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [Keyframes can be replaced with a keyframe sequence with a CSS variable as its property]
+ expected: FAIL
+
+ [Keyframes can be replaced with a property-indexed keyframes specification with a CSS variable as the property]
+ expected: FAIL
+
+ [Keyframes can be replaced with a two property (one shorthand and one of its shorthand components) two value property-indexed keyframes specification]
+ expected: FAIL
diff --git a/testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/style-change-events.html.ini b/testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/style-change-events.html.ini
new file mode 100644
index 0000000000..84a8e93021
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/style-change-events.html.ini
@@ -0,0 +1,3 @@
+[style-change-events.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/target.html.ini b/testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/target.html.ini
new file mode 100644
index 0000000000..7dba296b3c
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/target.html.ini
@@ -0,0 +1,26 @@
+[target.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [Change target from an existing to a different non-existing pseudo-element by setting pseudoElement.]
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1615083
+ expected: FAIL
+
+ [Change target from null to a non-existing pseudoElement setting target first.]
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1615083
+ expected: FAIL
+
+ [Change target from an existing to a different non-existing pseudo-element by setting target.]
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1615083
+ expected: FAIL
+
+ [Change target from a non-existing to a different non-existing pseudo-element by setting target.]
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1615083
+ expected: FAIL
+
+ [Change target from null to a non-existing pseudoElement setting pseudoElement first.]
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1615083
+ expected: FAIL
+
+ [Change target from a non-existing to a different non-existing pseudo-element by setting pseudoElement.]
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1615083
+ expected: FAIL