diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/web-animations/interfaces | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/web-animations/interfaces')
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 |