| Index: third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/Animatable/animate-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/Animatable/animate-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/Animatable/animate-expected.txt
|
| deleted file mode 100644
|
| index 750716b13536c3d853c6a5a0e85415ebc88cb0f8..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/Animatable/animate-expected.txt
|
| +++ /dev/null
|
| @@ -1,67 +0,0 @@
|
| -CONSOLE WARNING: line 77: Invalid keyframe value for property top: invalid
|
| -CONSOLE WARNING: line 77: Invalid keyframe value for property left: invalid
|
| -CONSOLE WARNING: line 77: Invalid keyframe value for property left: invalid
|
| -This is a testharness.js-based test.
|
| -PASS Element.animate() creates an Animation object
|
| -FAIL Element.animate() creates an Animation object in the relevant realm of the target element Cannot read property 'prototype' of undefined
|
| -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
|
| -FAIL Element.animate() accepts a one property two value property-indexed keyframes specification anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a one shorthand property two value property-indexed keyframes specification anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a two property (one shorthand and one of its longhand components) two value property-indexed keyframes specification anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a two property two value property-indexed keyframes specification anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a two property property-indexed keyframes specification with different numbers of values anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a property-indexed keyframes specification with an invalid value anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a one property two value property-indexed keyframes specification that needs to stringify its values anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a property-indexed keyframes specification with a CSS variable reference anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a property-indexed keyframes specification with a CSS variable reference in a shorthand property anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a one property one value property-indexed keyframes specification anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a one property one non-array value property-indexed keyframes specification anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a one property two value property-indexed keyframes specification where the first value is invalid anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a one property two value property-indexed keyframes specification where the second value is invalid anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a one property one keyframe sequence anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a one property two keyframe sequence anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a two property two keyframe sequence anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a one shorthand property two keyframe sequence anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a two property (a shorthand and one of its component longhands) two keyframe sequence anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a keyframe sequence with duplicate values for a given interior offset anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a keyframe sequence with duplicate values for offsets 0 and 1 anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a two property four keyframe sequence anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a single keyframe sequence with omitted offsets anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a single keyframe sequence with string offset anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a one property keyframe sequence with some omitted offsets anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a two property keyframe sequence with some omitted offsets anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a one property keyframe sequence with all omitted offsets anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a keyframe sequence with different easing values, but the same easing value for a given offset anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a keyframe sequence with different composite values, but the same composite value for a given offset anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a one property two keyframe sequence that needs to stringify its values anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a keyframe sequence with a CSS variable reference anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a keyframe sequence with a CSS variable reference in a shorthand property anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a keyframe sequence where shorthand precedes longhand anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a keyframe sequence where longhand precedes shorthand anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a keyframe sequence where lesser shorthand precedes greater shorthand anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a keyframe sequence where greater shorthand precedes lesser shorthand anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a two property keyframe sequence where one property is missing from the first keyframe anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a two property keyframe sequence where one property is missing from the last keyframe anim.effect.getKeyframes is not a function
|
| -FAIL Element.animate() accepts a keyframe sequence with repeated values at offset 1 with different easings anim.effect.getKeyframes is not a function
|
| -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
|
| -FAIL Element.animate() does not accept keyframes with an invalid composite value assert_throws: function "function () {
|
| - div.animate(subtest.input, 2000);
|
| - }" did not throw
|
| -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
|
| -FAIL CSSPseudoElement.animate() creates an Animation object document.getAnimations is not a function
|
| -FAIL CSSPseudoElement.animate() creates an Animation object targeting to the correct CSSPseudoElement object document.getAnimations is not a function
|
| -Harness: the test ran to completion.
|
| -
|
|
|