blob: 3f394802294b889e93bb402a50e4190c10823aad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
|