- From: W3C commit bot <web-platform-tests-notifications@w3.org>
- Date: Fri, 10 Mar 2017 06:01:43 GMT
- To: public-web-platform-tests-notifications@w3.org
[View the complete job log.](https://travis-ci.org/w3c/web-platform-tests/jobs/209633202) # Firefox (nightly channel) # Testing web-platform-tests at revision 479dff1eaa3eb71a3ec7e57e6dfa4910cedca170 Using browser at version BuildID 20170306110339; SourceStamp 966464a68a2cb3ca1125808e34abb5c1d34e3797 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` | PASS | | | `Element.animate() creates an Animation object with a KeyframeEffect` | PASS | | | `Element.animate() creates an Animation object with a KeyframeEffect that is created in the relevant realm of the target element` | PASS | | | `Element.animate() creates an Animation object with a KeyframeEffect whose AnimationEffectTiming object is created in the relevant realm of the target element` | PASS | | | `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` | PASS | | | `Element.animate() accepts a one shorthand property two value property-indexed keyframes specification` | PASS | | | `Element.animate() accepts a two property (one shorthand and one of its longhand components) two value property-indexed keyframes specification` | PASS | | | `Element.animate() accepts a two property two value property-indexed keyframes specification` | PASS | | | `Element.animate() accepts a two property property-indexed keyframes specification with different numbers of values` | PASS | | | `Element.animate() accepts a property-indexed keyframes specification with an invalid value` | PASS | | | `Element.animate() accepts a one property two value property-indexed keyframes specification that needs to stringify its values` | PASS | | | `Element.animate() accepts a property-indexed keyframes specification with a CSS variable reference` | PASS | | | `Element.animate() accepts a property-indexed keyframes specification with a CSS variable reference in a shorthand property` | PASS | | | `Element.animate() accepts a one property one value property-indexed keyframes specification` | PASS | | | `Element.animate() accepts a one property one non-array value property-indexed keyframes specification` | PASS | | | `Element.animate() accepts a one property two value property-indexed keyframes specification where the first value is invalid` | PASS | | | `Element.animate() accepts a one property two value property-indexed keyframes specification where the second value is invalid` | PASS | | | `Element.animate() accepts a one property one keyframe sequence` | PASS | | | `Element.animate() accepts a one property two keyframe sequence` | PASS | | | `Element.animate() accepts a two property two keyframe sequence` | PASS | | | `Element.animate() accepts a one shorthand property two keyframe sequence` | PASS | | | `Element.animate() accepts a two property (a shorthand and one of its component longhands) two keyframe sequence` | PASS | | | `Element.animate() accepts a keyframe sequence with duplicate values for a given interior offset` | PASS | | | `Element.animate() accepts a keyframe sequence with duplicate values for offsets 0 and 1` | PASS | | | `Element.animate() accepts a two property four keyframe sequence` | PASS | | | `Element.animate() accepts a single keyframe sequence with omitted offset` | PASS | | | `Element.animate() accepts a single keyframe sequence with null offset` | PASS | | | `Element.animate() accepts a single keyframe sequence with string offset` | PASS | | | `Element.animate() accepts a one property keyframe sequence with some omitted offsets` | PASS | | | `Element.animate() accepts a one property keyframe sequence with some null offsets` | PASS | | | `Element.animate() accepts a two property keyframe sequence with some omitted offsets` | PASS | | | `Element.animate() accepts a one property keyframe sequence with all omitted offsets` | PASS | | | `Element.animate() accepts a keyframe sequence with different easing values, but the same easing value for a given offset` | PASS | | | `Element.animate() accepts a keyframe sequence with different composite values, but the same composite value for a given offset` | PASS | | | `Element.animate() accepts a one property two keyframe sequence that needs to stringify its values` | PASS | | | `Element.animate() accepts a keyframe sequence with a CSS variable reference` | PASS | | | `Element.animate() accepts a keyframe sequence with a CSS variable reference in a shorthand property` | PASS | | | `Element.animate() accepts a keyframe sequence where shorthand precedes longhand` | PASS | | | `Element.animate() accepts a keyframe sequence where longhand precedes shorthand` | PASS | | | `Element.animate() accepts a keyframe sequence where lesser shorthand precedes greater shorthand` | PASS | | | `Element.animate() accepts a keyframe sequence where greater shorthand precedes lesser shorthand` | PASS | | | `Element.animate() accepts a two property keyframe sequence where one property is missing from the first keyframe` | PASS | | | `Element.animate() accepts a two property keyframe sequence where one property is missing from the last keyframe` | PASS | | | `Element.animate() accepts a keyframe sequence with repeated values at offset 1 with different easings` | PASS | | | `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` | PASS | | | `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` | PASS | | | `Element.animate() accepts a KeyframeAnimationOptions argument` | PASS | | | `Element.animate() accepts an absent options argument` | PASS | | | `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` | PASS | | | `CSSPseudoElement.animate() creates an Animation object targeting to the correct CSSPseudoElement object` | PASS | | </details> </details> View on GitHub: https://github.com/w3c/web-platform-tests/pull/3334#issuecomment-285585781
Received on Friday, 10 March 2017 06:02:25 UTC