diff options
Diffstat (limited to 'testing/web-platform/meta/web-animations/interfaces/Animatable/animate.html.ini')
-rw-r--r-- | testing/web-platform/meta/web-animations/interfaces/Animatable/animate.html.ini | 21 |
1 files changed, 21 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 + |