Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(523)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/Animatable/animate-expected.txt

Issue 2094213002: Expose readonly animation timeline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update test expectation for new WPT test Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Element.animate() creates an Animation object 2 PASS Element.animate() creates an Animation object
3 PASS Element.animate() creates an Animation object with a KeyframeEffect 3 PASS Element.animate() creates an Animation object with a KeyframeEffect
4 FAIL Element.animate() accepts a one property two value property-indexed keyfram es specification anim.effect.getKeyframes is not a function 4 FAIL Element.animate() accepts a one property two value property-indexed keyfram es specification anim.effect.getKeyframes is not a function
5 FAIL Element.animate() accepts a one shorthand property two value property-index ed keyframes specification anim.effect.getKeyframes is not a function 5 FAIL Element.animate() accepts a one shorthand property two value property-index ed keyframes specification anim.effect.getKeyframes is not a function
6 FAIL Element.animate() accepts a two property (one shorthand and one of its long hand components) two value property-indexed keyframes specification anim.effect. getKeyframes is not a function 6 FAIL Element.animate() accepts a two property (one shorthand and one of its long hand components) two value property-indexed keyframes specification anim.effect. getKeyframes is not a function
7 FAIL Element.animate() accepts a two property two value property-indexed keyfram es specification anim.effect.getKeyframes is not a function 7 FAIL Element.animate() accepts a two property two value property-indexed keyfram es specification anim.effect.getKeyframes is not a function
8 FAIL Element.animate() accepts a two property property-indexed keyframes specifi cation with different numbers of values anim.effect.getKeyframes is not a functi on 8 FAIL Element.animate() accepts a two property property-indexed keyframes specifi cation with different numbers of values anim.effect.getKeyframes is not a functi on
9 FAIL Element.animate() accepts a property-indexed keyframes specification with a n invalid value anim.effect.getKeyframes is not a function 9 FAIL Element.animate() accepts a property-indexed keyframes specification with a n invalid value anim.effect.getKeyframes is not a function
10 FAIL Element.animate() accepts a one property two value property-indexed keyfram es specification that needs to stringify its values anim.effect.getKeyframes is not a function 10 FAIL Element.animate() accepts a one property two value property-indexed keyfram es specification that needs to stringify its values anim.effect.getKeyframes is not a function
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 PASS Element.animate() does not accept property-indexed keyframes with an invali d easing value 44 PASS Element.animate() does not accept property-indexed keyframes with an invali d easing value
45 PASS Element.animate() does not accept a keyframe sequence with an invalid easin g value 45 PASS Element.animate() does not accept a keyframe sequence with an invalid easin g value
46 FAIL Element.animate() does not accept keyframes with an invalid composite value assert_throws: function "function () { 46 FAIL Element.animate() does not accept keyframes with an invalid composite value assert_throws: function "function () {
47 div.animate(subtest.input, 2000); 47 div.animate(subtest.input, 2000);
48 }" did not throw 48 }" did not throw
49 PASS Element.animate() accepts a double as an options argument 49 PASS Element.animate() accepts a double as an options argument
50 PASS Element.animate() accepts a KeyframeAnimationOptions argument 50 PASS Element.animate() accepts a KeyframeAnimationOptions argument
51 PASS Element.animate() accepts an absent options argument 51 PASS Element.animate() accepts an absent options argument
52 PASS Element.animate() correctly sets the id attribute when no id is specified 52 PASS Element.animate() correctly sets the id attribute when no id is specified
53 PASS Element.animate() correctly sets the id attribute 53 PASS Element.animate() correctly sets the id attribute
54 FAIL Element.animate() correctly sets the Animation's timeline assert_equals: ex pected (object) object "[object AnimationTimeline]" but got (undefined) undefine d 54 PASS Element.animate() correctly sets the Animation's timeline
55 FAIL Element.animate() correctly sets the Animation's timeline when triggered on an element in a different document assert_equals: expected (object) object "[ob ject AnimationTimeline]" but got (undefined) undefined 55 PASS Element.animate() correctly sets the Animation's timeline when triggered on an element in a different document
56 PASS Element.animate() calls play on the Animation 56 PASS Element.animate() calls play on the Animation
57 FAIL CSSPseudoElement.animate() creates an Animation object document.getAnimatio ns is not a function 57 FAIL CSSPseudoElement.animate() creates an Animation object document.getAnimatio ns is not a function
58 FAIL CSSPseudoElement.animate() creates an Animation object targeting to the cor rect CSSPseudoElement object document.getAnimations is not a function 58 FAIL CSSPseudoElement.animate() creates an Animation object targeting to the cor rect CSSPseudoElement object document.getAnimations is not a function
59 Harness: the test ran to completion. 59 Harness: the test ran to completion.
60 60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698