Re: [web-animations-tests] Upstream element-animate-null-effect.html from Blink (#3334)

 [View the complete job log.](https://travis-ci.org/w3c/web-platform-tests/jobs/209633203)

# Chrome (unstable channel) #
Testing web-platform-tests at revision 479dff1eaa3eb71a3ec7e57e6dfa4910cedca170
Using browser at version 58.0.3029.6 dev
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>1 test ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/3334/web-animations/interfaces/Animatable/animate.html">/web-animations/interfaces/Animatable/animate.html</a></summary>


|                                                                             Subtest                                                                             | Results |                                                         Messages                                                         |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|--------------------------------------------------------------------------------------------------------------------------|
|                                                                                                                                                                 | OK      |                                                                                                                          |
| `Element.animate() creates an Animation object`                                                                                                                 | PASS    |                                                                                                                          |
| `Element.animate() creates an Animation object in the relevant realm of the target element`                                                                     | FAIL    | `Cannot read property 'prototype' of undefined`                                                                          |
| `Element.animate() creates an Animation object with a KeyframeEffect`                                                                                           | FAIL    | `assert_equals: Returned Animation has a KeyframeEffect expected "[object KeyframeEffect]" but got "[object Undefined]"` |
| `Element.animate() creates an Animation object with a KeyframeEffect that is created in the relevant realm of the target element`                               | FAIL    | `Cannot convert undefined or null to object`                                                                             |
| `Element.animate() creates an Animation object with a KeyframeEffect whose AnimationEffectTiming object is created in the relevant realm of the target element` | FAIL    | `Cannot read property 'timing' of undefined`                                                                             |
| `Element.animate() accepts empty keyframe lists (input: [])`                                                                                                    | PASS    |                                                                                                                          |
| `Element.animate() accepts empty keyframe lists (input: null)`                                                                                                  | PASS    |                                                                                                                          |
| `Element.animate() accepts empty keyframe lists (input: undefined)`                                                                                             | PASS    |                                                                                                                          |
| `Element.animate() accepts a one property two value property-indexed keyframes specification`                                                                   | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() accepts a one shorthand property two value property-indexed keyframes specification`                                                         | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() accepts a two property (one shorthand and one of its longhand components) two value property-indexed keyframes specification`                | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() accepts a two property two value property-indexed keyframes specification`                                                                   | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() accepts a two property property-indexed keyframes specification with different numbers of values`                                            | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() accepts a property-indexed keyframes specification with an invalid value`                                                                    | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() accepts a one property two value property-indexed keyframes specification that needs to stringify its values`                                | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() accepts a property-indexed keyframes specification with a CSS variable reference`                                                            | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() accepts a property-indexed keyframes specification with a CSS variable reference in a shorthand property`                                    | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() accepts a one property one value property-indexed keyframes specification`                                                                   | FAIL    | `Failed to execute 'animate' on 'Element': Partial keyframes are not supported.`                                         |
| `Element.animate() accepts a one property one non-array value property-indexed keyframes specification`                                                         | FAIL    | `Failed to execute 'animate' on 'Element': Partial keyframes are not supported.`                                         |
| `Element.animate() accepts a one property two value property-indexed keyframes specification where the first value is invalid`                                  | FAIL    | `Failed to execute 'animate' on 'Element': Partial keyframes are not supported.`                                         |
| `Element.animate() accepts a one property two value property-indexed keyframes specification where the second value is invalid`                                 | FAIL    | `Failed to execute 'animate' on 'Element': Partial keyframes are not supported.`                                         |
| `Element.animate() accepts a one property one keyframe sequence`                                                                                                | FAIL    | `Failed to execute 'animate' on 'Element': Partial keyframes are not supported.`                                         |
| `Element.animate() accepts a one property two keyframe sequence`                                                                                                | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() accepts a two property two keyframe sequence`                                                                                                | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() accepts a one shorthand property two keyframe sequence`                                                                                      | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() accepts a two property (a shorthand and one of its component longhands) two keyframe sequence`                                               | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() accepts a keyframe sequence with duplicate values for a given interior offset`                                                               | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() accepts a keyframe sequence with duplicate values for offsets 0 and 1`                                                                       | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() accepts a two property four keyframe sequence`                                                                                               | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() accepts a single keyframe sequence with omitted offset`                                                                                      | FAIL    | `Failed to execute 'animate' on 'Element': Partial keyframes are not supported.`                                         |
| `Element.animate() accepts a single keyframe sequence with null offset`                                                                                         | FAIL    | `Failed to execute 'animate' on 'Element': Partial keyframes are not supported.`                                         |
| `Element.animate() accepts a single keyframe sequence with string offset`                                                                                       | FAIL    | `Failed to execute 'animate' on 'Element': Partial keyframes are not supported.`                                         |
| `Element.animate() accepts a one property keyframe sequence with some omitted offsets`                                                                          | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() accepts a one property keyframe sequence with some null offsets`                                                                             | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() accepts a two property keyframe sequence with some omitted offsets`                                                                          | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() accepts a one property keyframe sequence with all omitted offsets`                                                                           | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() accepts a keyframe sequence with different easing values, but the same easing value for a given offset`                                      | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() accepts a keyframe sequence with different composite values, but the same composite value for a given offset`                                | FAIL    | `Failed to execute 'animate' on 'Element': Additive animations are not supported.`                                       |
| `Element.animate() accepts a one property two keyframe sequence that needs to stringify its values`                                                             | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() accepts a keyframe sequence with a CSS variable reference`                                                                                   | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() accepts a keyframe sequence with a CSS variable reference in a shorthand property`                                                           | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() accepts a keyframe sequence where shorthand precedes longhand`                                                                               | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() accepts a keyframe sequence where longhand precedes shorthand`                                                                               | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() accepts a keyframe sequence where lesser shorthand precedes greater shorthand`                                                               | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() accepts a keyframe sequence where greater shorthand precedes lesser shorthand`                                                               | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() accepts a two property keyframe sequence where one property is missing from the first keyframe`                                              | FAIL    | `Failed to execute 'animate' on 'Element': Partial keyframes are not supported.`                                         |
| `Element.animate() accepts a two property keyframe sequence where one property is missing from the last keyframe`                                               | FAIL    | `Failed to execute 'animate' on 'Element': Partial keyframes are not supported.`                                         |
| `Element.animate() accepts a keyframe sequence with repeated values at offset 1 with different easings`                                                         | FAIL    | `Cannot read property 'getKeyframes' of undefined`                                                                       |
| `Element.animate() does not accept keyframes with an out-of-bounded positive offset`                                                                            | PASS    |                                                                                                                          |
| `Element.animate() does not accept keyframes with an out-of-bounded negative offset`                                                                            | PASS    |                                                                                                                          |
| `Element.animate() does not accept keyframes not loosely sorted by offset`                                                                                      | PASS    |                                                                                                                          |
| `Element.animate() does not accept property-indexed keyframes with an invalid easing value`                                                                     | PASS    |                                                                                                                          |
| `Element.animate() does not accept a keyframe sequence with an invalid easing value`                                                                            | PASS    |                                                                                                                          |
| `Element.animate() does not accept keyframes with an invalid composite value`                                                                                   | FAIL    | `assert_throws: function "function () {\n      div.animate(subtest.input, 2000);\n    }" did not throw`                  |
| `Element.animate() does not accept invalid easing: ''`                                                                                                          | PASS    |                                                                                                                          |
| `Element.animate() does not accept invalid easing: 'test'`                                                                                                      | PASS    |                                                                                                                          |
| `Element.animate() does not accept invalid easing: 'cubic-bezier(1.1, 0, 1, 1)'`                                                                                | PASS    |                                                                                                                          |
| `Element.animate() does not accept invalid easing: 'cubic-bezier(0, 0, 1.1, 1)'`                                                                                | PASS    |                                                                                                                          |
| `Element.animate() does not accept invalid easing: 'cubic-bezier(-0.1, 0, 1, 1)'`                                                                               | PASS    |                                                                                                                          |
| `Element.animate() does not accept invalid easing: 'cubic-bezier(0, 0, -0.1, 1)'`                                                                               | PASS    |                                                                                                                          |
| `Element.animate() does not accept invalid easing: 'steps(-1, start)'`                                                                                          | PASS    |                                                                                                                          |
| `Element.animate() does not accept invalid easing: 'steps(0.1, start)'`                                                                                         | PASS    |                                                                                                                          |
| `Element.animate() accepts a double as an options argument`                                                                                                     | FAIL    | `Cannot read property 'timing' of undefined`                                                                             |
| `Element.animate() accepts a KeyframeAnimationOptions argument`                                                                                                 | FAIL    | `Cannot read property 'timing' of undefined`                                                                             |
| `Element.animate() accepts an absent options argument`                                                                                                          | FAIL    | `Cannot read property 'timing' of undefined`                                                                             |
| `Element.animate() correctly sets the id attribute when no id is specified`                                                                                     | PASS    |                                                                                                                          |
| `Element.animate() correctly sets the id attribute`                                                                                                             | PASS    |                                                                                                                          |
| `Element.animate() correctly sets the Animation's timeline`                                                                                                     | PASS    |                                                                                                                          |
| `Element.animate() correctly sets the Animation's timeline when triggered on an element in a different document`                                                | PASS    |                                                                                                                          |
| `Element.animate() calls play on the Animation`                                                                                                                 | PASS    |                                                                                                                          |
| `CSSPseudoElement.animate() creates an Animation object`                                                                                                        | FAIL    | `document.getAnimations is not a function`                                                                               |
| `CSSPseudoElement.animate() creates an Animation object targeting to the correct CSSPseudoElement object`                                                       | FAIL    | `document.getAnimations is not a function`                                                                               |

</details>
</details>

View on GitHub: https://github.com/w3c/web-platform-tests/pull/3334#issuecomment-285585782

Received on Friday, 10 March 2017 06:01:56 UTC