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

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

Issue 2015623004: Import wpt@ed94c51f3dfaa5ff4c9c311add1a560408059c51 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
(Empty)
1 This is a testharness.js-based test.
2 PASS Element.animate() creates an Animation object
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
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
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
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
11 FAIL Element.animate() accepts a property-indexed keyframes specification with a CSS variable reference anim.effect.getKeyframes is not a function
12 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
13 FAIL Element.animate() accepts a one property one value property-indexed keyfram es specification anim.effect.getKeyframes is not a function
14 FAIL Element.animate() accepts a one property one non-array value property-index ed keyframes specification anim.effect.getKeyframes is not a function
15 FAIL Element.animate() accepts a one property two value property-indexed keyfram es specification where the first value is invalid anim.effect.getKeyframes is no t a function
16 FAIL Element.animate() accepts a one property two value property-indexed keyfram es specification where the second value is invalid anim.effect.getKeyframes is n ot a function
17 FAIL Element.animate() accepts a one property one keyframe sequence anim.effect. getKeyframes is not a function
18 FAIL Element.animate() accepts a one property two keyframe sequence anim.effect. getKeyframes is not a function
19 FAIL Element.animate() accepts a two property two keyframe sequence anim.effect. getKeyframes is not a function
20 FAIL Element.animate() accepts a one shorthand property two keyframe sequence an im.effect.getKeyframes is not a function
21 FAIL Element.animate() accepts a two property (a shorthand and one of its compon ent longhands) two keyframe sequence anim.effect.getKeyframes is not a function
22 FAIL Element.animate() accepts a keyframe sequence with duplicate values for a g iven interior offset anim.effect.getKeyframes is not a function
23 FAIL Element.animate() accepts a keyframe sequence with duplicate values for off sets 0 and 1 anim.effect.getKeyframes is not a function
24 FAIL Element.animate() accepts a two property four keyframe sequence anim.effect .getKeyframes is not a function
25 FAIL Element.animate() accepts a single keyframe sequence with omitted offsets a nim.effect.getKeyframes is not a function
26 FAIL Element.animate() accepts a one property keyframe sequence with some omitte d offsets anim.effect.getKeyframes is not a function
27 FAIL Element.animate() accepts a two property keyframe sequence with some omitte d offsets anim.effect.getKeyframes is not a function
28 FAIL Element.animate() accepts a one property keyframe sequence with all omitted offsets anim.effect.getKeyframes is not a function
29 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
30 FAIL Element.animate() accepts a keyframe sequence with different composite valu es, but the same composite value for a given offset anim.effect.getKeyframes is not a function
31 FAIL Element.animate() accepts a one property two keyframe sequence that needs t o stringify its values anim.effect.getKeyframes is not a function
32 FAIL Element.animate() accepts a keyframe sequence with a CSS variable reference anim.effect.getKeyframes is not a function
33 FAIL Element.animate() accepts a keyframe sequence with a CSS variable reference in a shorthand property anim.effect.getKeyframes is not a function
34 FAIL Element.animate() accepts a keyframe sequence where shorthand precedes long hand anim.effect.getKeyframes is not a function
35 FAIL Element.animate() accepts a keyframe sequence where longhand precedes short hand anim.effect.getKeyframes is not a function
36 FAIL Element.animate() accepts a keyframe sequence where lesser shorthand preced es greater shorthand anim.effect.getKeyframes is not a function
37 FAIL Element.animate() accepts a keyframe sequence where greater shorthand prece des lesser shorthand anim.effect.getKeyframes is not a function
38 FAIL Element.animate() accepts a two property keyframe sequence where one proper ty is missing from the first keyframe anim.effect.getKeyframes is not a function
39 FAIL Element.animate() accepts a two property keyframe sequence where one proper ty is missing from the last keyframe anim.effect.getKeyframes is not a function
40 FAIL Element.animate() accepts a keyframe sequence with repeated values at offse t 1 with different easings anim.effect.getKeyframes is not a function
41 PASS Element.animate() does not accept keyframes with an out-of-bounded positive offset
42 PASS Element.animate() does not accept keyframes with an out-of-bounded negative offset
43 PASS Element.animate() does not accept keyframes not loosely sorted by offset
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
46 FAIL Element.animate() does not accept keyframes with an invalid composite value assert_throws: function "function () {
47 div.animate(subtest.input, 2000);
48 }" did not throw
49 PASS Element.animate() accepts a double as an options argument
50 PASS Element.animate() accepts a KeyframeAnimationOptions argument
51 PASS Element.animate() accepts an absent options argument
52 PASS Element.animate() correctly sets the id attribute when no id is specified
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
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
56 PASS Element.animate() calls play on the Animation
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
59 Harness: the test ran to completion.
60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698