summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/web-animations/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/web-animations/interfaces')
-rw-r--r--testing/web-platform/meta/web-animations/interfaces/Animatable/animate.html.ini21
-rw-r--r--testing/web-platform/meta/web-animations/interfaces/Animatable/getAnimations.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/interfaces/Animation/commitStyles.html.ini4
-rw-r--r--testing/web-platform/meta/web-animations/interfaces/Animation/effect.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/interfaces/Animation/finished.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/interfaces/Animation/id.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/interfaces/Animation/oncancel.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/interfaces/Animation/onremove.html.ini6
-rw-r--r--testing/web-platform/meta/web-animations/interfaces/Animation/pause.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/interfaces/Animation/pending.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/interfaces/Animation/persist.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/interfaces/Animation/play.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/interfaces/Animation/ready.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/interfaces/Animation/startTime.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/interfaces/Animation/style-change-events.html.ini5
-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
22 files changed, 129 insertions, 0 deletions
diff --git a/testing/web-platform/meta/web-animations/interfaces/Animatable/animate.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animatable/animate.html.ini
new file mode 100644
index 0000000000..3f39480229
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/interfaces/Animatable/animate.html.ini
@@ -0,0 +1,21 @@
+[animate.html]
+ [Element.animate() accepts a keyframe sequence with a CSS variable as its property]
+ expected: FAIL
+
+ [Element.animate() accepts a property-indexed keyframes specification with a CSS variable as the property]
+ expected: FAIL
+
+ [Element.animate() accepts a two property (one shorthand and one of its shorthand components) two value property-indexed keyframes specification]
+ expected: FAIL
+
+ [animate() with pseudoElement parameter creates an Animation object for ::first-line]
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1615469
+ expected: FAIL
+
+ [animate() with pseudoElement an Animation object targeting the correct pseudo-element for ::first-line]
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1615469
+ expected: FAIL
+
+ [Element.animate() correctly sets the Animation's timeline with null timeline in KeyframeAnimationOptions.]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/web-animations/interfaces/Animatable/getAnimations.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animatable/getAnimations.html.ini
new file mode 100644
index 0000000000..e72537ac42
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/interfaces/Animatable/getAnimations.html.ini
@@ -0,0 +1,3 @@
+[getAnimations.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/interfaces/Animation/commitStyles.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animation/commitStyles.html.ini
new file mode 100644
index 0000000000..5233077a1b
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/interfaces/Animation/commitStyles.html.ini
@@ -0,0 +1,4 @@
+[commitStyles.html]
+ [Commits custom variables]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/web-animations/interfaces/Animation/effect.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animation/effect.html.ini
new file mode 100644
index 0000000000..902a79368f
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/interfaces/Animation/effect.html.ini
@@ -0,0 +1,3 @@
+[effect.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/interfaces/Animation/finished.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animation/finished.html.ini
new file mode 100644
index 0000000000..805cd8d148
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/interfaces/Animation/finished.html.ini
@@ -0,0 +1,3 @@
+[finished.html]
+ expected:
+ if (os == "android") and fission: [TIMEOUT, OK]
diff --git a/testing/web-platform/meta/web-animations/interfaces/Animation/id.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animation/id.html.ini
new file mode 100644
index 0000000000..68c9e9e15d
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/interfaces/Animation/id.html.ini
@@ -0,0 +1,3 @@
+[id.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/interfaces/Animation/oncancel.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animation/oncancel.html.ini
new file mode 100644
index 0000000000..45b3b7385b
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/interfaces/Animation/oncancel.html.ini
@@ -0,0 +1,3 @@
+[oncancel.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/interfaces/Animation/onremove.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animation/onremove.html.ini
new file mode 100644
index 0000000000..1b1a2ee1f9
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/interfaces/Animation/onremove.html.ini
@@ -0,0 +1,6 @@
+[onremove.html]
+ [onremove events are fired in the correct order]
+ expected:
+ if (os == "android") and debug and swgl: [FAIL, PASS]
+ if (os == "win") and debug: PASS
+ [PASS, FAIL]
diff --git a/testing/web-platform/meta/web-animations/interfaces/Animation/pause.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animation/pause.html.ini
new file mode 100644
index 0000000000..fdbb1974b7
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/interfaces/Animation/pause.html.ini
@@ -0,0 +1,3 @@
+[pause.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/interfaces/Animation/pending.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animation/pending.html.ini
new file mode 100644
index 0000000000..69b4bd6a4b
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/interfaces/Animation/pending.html.ini
@@ -0,0 +1,3 @@
+[pending.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/interfaces/Animation/persist.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animation/persist.html.ini
new file mode 100644
index 0000000000..4b6b060845
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/interfaces/Animation/persist.html.ini
@@ -0,0 +1,3 @@
+[persist.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/interfaces/Animation/play.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animation/play.html.ini
new file mode 100644
index 0000000000..b2106c31fd
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/interfaces/Animation/play.html.ini
@@ -0,0 +1,3 @@
+[play.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/interfaces/Animation/ready.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animation/ready.html.ini
new file mode 100644
index 0000000000..f5e33f12e2
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/interfaces/Animation/ready.html.ini
@@ -0,0 +1,3 @@
+[ready.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/interfaces/Animation/startTime.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animation/startTime.html.ini
new file mode 100644
index 0000000000..5ad579bdee
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/interfaces/Animation/startTime.html.ini
@@ -0,0 +1,3 @@
+[startTime.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/web-animations/interfaces/Animation/style-change-events.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animation/style-change-events.html.ini
new file mode 100644
index 0000000000..3353127647
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/interfaces/Animation/style-change-events.html.ini
@@ -0,0 +1,5 @@
+[style-change-events.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [All property keys are recognized]
+ expected: FAIL
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