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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animatable/animate-expected.txt

Issue 1942683002: Web Animations: Expose timeline attributes on Animation object (experimental only) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation/finish-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 property-indexed keyframe specification anim.ef fect.getFrames is not a function 4 FAIL Element.animate() accepts a property-indexed keyframe specification anim.ef fect.getFrames is not a function
5 FAIL Element.animate() accepts a frame-indexed keyframe specification anim.effec t.getFrames is not a function 5 FAIL Element.animate() accepts a frame-indexed keyframe specification anim.effec t.getFrames is not a function
6 FAIL Element.animate() accepts a single-valued keyframe specification anim.effec t.getFrames is not a function 6 FAIL Element.animate() accepts a single-valued keyframe specification anim.effec t.getFrames is not a function
7 PASS Element.animate() accepts a double as an options argument 7 PASS Element.animate() accepts a double as an options argument
8 PASS Element.animate() accepts a KeyframeAnimationOptions argument 8 PASS Element.animate() accepts a KeyframeAnimationOptions argument
9 PASS Element.animate() accepts an absent options argument 9 PASS Element.animate() accepts an absent options argument
10 PASS Element.animate() correctly sets the id attribute when no id is specified 10 PASS Element.animate() correctly sets the id attribute when no id is specified
11 PASS Element.animate() correctly sets the id attribute 11 PASS Element.animate() correctly sets the id attribute
12 FAIL Element.animate() correctly sets the Animation's timeline assert_equals: ex pected (object) object "[object AnimationTimeline]" but got (undefined) undefine d 12 PASS Element.animate() correctly sets the Animation's timeline
13 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 13 PASS Element.animate() correctly sets the Animation's timeline when triggered on an element in a different document
14 PASS Element.animate() calls play on the Animation 14 PASS Element.animate() calls play on the Animation
15 FAIL CSSPseudoElement.animate() creates an Animation object document.getAnimatio ns is not a function 15 FAIL CSSPseudoElement.animate() creates an Animation object document.getAnimatio ns is not a function
16 FAIL CSSPseudoElement.animate() creates an Animation object targeting to the cor rect CSSPseudoElement object document.getAnimations is not a function 16 FAIL CSSPseudoElement.animate() creates an Animation object targeting to the cor rect CSSPseudoElement object document.getAnimations is not a function
17 Harness: the test ran to completion. 17 Harness: the test ran to completion.
18 18
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation/finish-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698