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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-expected.txt

Issue 2810843002: bindings: Make the sequence conversion code more complaint with WebIDL. (Closed)
Patch Set: Adjust even more tests Created 3 years, 8 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 Found 50 tests; 34 PASS, 16 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 50 tests; 35 PASS, 15 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS non-animatable property 'animation' is not accessed when using a property-i ndexed keyframe object 3 PASS non-animatable property 'animation' is not accessed when using a property-i ndexed keyframe object
4 PASS non-animatable property 'animationDelay' is not accessed when using a prope rty-indexed keyframe object 4 PASS non-animatable property 'animationDelay' is not accessed when using a prope rty-indexed keyframe object
5 PASS non-animatable property 'animationDirection' is not accessed when using a p roperty-indexed keyframe object 5 PASS non-animatable property 'animationDirection' is not accessed when using a p roperty-indexed keyframe object
6 PASS non-animatable property 'animationDuration' is not accessed when using a pr operty-indexed keyframe object 6 PASS non-animatable property 'animationDuration' is not accessed when using a pr operty-indexed keyframe object
7 PASS non-animatable property 'animationFillMode' is not accessed when using a pr operty-indexed keyframe object 7 PASS non-animatable property 'animationFillMode' is not accessed when using a pr operty-indexed keyframe object
8 PASS non-animatable property 'animationIterationCount' is not accessed when usin g a property-indexed keyframe object 8 PASS non-animatable property 'animationIterationCount' is not accessed when usin g a property-indexed keyframe object
9 PASS non-animatable property 'animationName' is not accessed when using a proper ty-indexed keyframe object 9 PASS non-animatable property 'animationName' is not accessed when using a proper ty-indexed keyframe object
10 PASS non-animatable property 'animationPlayState' is not accessed when using a p roperty-indexed keyframe object 10 PASS non-animatable property 'animationPlayState' is not accessed when using a p roperty-indexed keyframe object
11 PASS non-animatable property 'animationTimingFunction' is not accessed when usin g a property-indexed keyframe object 11 PASS non-animatable property 'animationTimingFunction' is not accessed when usin g a property-indexed keyframe object
12 PASS non-animatable property 'transition' is not accessed when using a property- indexed keyframe object 12 PASS non-animatable property 'transition' is not accessed when using a property- indexed keyframe object
(...skipping 24 matching lines...) Expand all
37 FAIL Equivalent property indexed and sequenced keyframes: two properties with on e value (intermediate value).getKeyframes is not a function 37 FAIL Equivalent property indexed and sequenced keyframes: two properties with on e value (intermediate value).getKeyframes is not a function
38 FAIL Equivalent property indexed and sequenced keyframes: two properties with th ree values (intermediate value).getKeyframes is not a function 38 FAIL Equivalent property indexed and sequenced keyframes: two properties with th ree values (intermediate value).getKeyframes is not a function
39 FAIL Equivalent property indexed and sequenced keyframes: two properties with di fferent numbers of values (intermediate value).getKeyframes is not a function 39 FAIL Equivalent property indexed and sequenced keyframes: two properties with di fferent numbers of values (intermediate value).getKeyframes is not a function
40 FAIL Equivalent property indexed and sequenced keyframes: same offset applied to all keyframes (intermediate value).getKeyframes is not a function 40 FAIL Equivalent property indexed and sequenced keyframes: same offset applied to all keyframes (intermediate value).getKeyframes is not a function
41 FAIL Equivalent property indexed and sequenced keyframes: same easing applied to all keyframes (intermediate value).getKeyframes is not a function 41 FAIL Equivalent property indexed and sequenced keyframes: same easing applied to all keyframes (intermediate value).getKeyframes is not a function
42 FAIL Equivalent property indexed and sequenced keyframes: same composite applied to all keyframes (intermediate value).getKeyframes is not a function 42 FAIL Equivalent property indexed and sequenced keyframes: same composite applied to all keyframes (intermediate value).getKeyframes is not a function
43 FAIL Custom iterator with basic keyframes. effect.getKeyframes is not a function 43 FAIL Custom iterator with basic keyframes. effect.getKeyframes is not a function
44 FAIL easing and offset are ignored on iterable objects. effect.getKeyframes is n ot a function 44 FAIL easing and offset are ignored on iterable objects. effect.getKeyframes is n ot a function
45 FAIL Custom iterator with multiple properties specified. effect.getKeyframes is not a function 45 FAIL Custom iterator with multiple properties specified. effect.getKeyframes is not a function
46 FAIL Custom iterator with offset specified. effect.getKeyframes is not a functio n 46 FAIL Custom iterator with offset specified. effect.getKeyframes is not a functio n
47 FAIL Custom iterator with non object keyframe should throw. assert_throws: funct ion "function () { 47 PASS Custom iterator with non object keyframe should throw.
48 new KeyframeEffect(null, createIterable([
49 {done: false, value: {left: '100px'}},
50 {done: false, value: 1234},
51 {done: false, value: {left: '200px'}},
52 {done: true},
53 ]));
54 }" did not throw
55 FAIL Custom iterator with value list in keyframe should give bizarre string repr esentation of list. effect.getKeyframes is not a function 48 FAIL Custom iterator with value list in keyframe should give bizarre string repr esentation of list. effect.getKeyframes is not a function
56 FAIL Only enumerable properties on keyframes are considered anim.effect.getKeyfr ames is not a function 49 FAIL Only enumerable properties on keyframes are considered anim.effect.getKeyfr ames is not a function
57 FAIL Only properties defined directly on keyframes are considered anim.effect.ge tKeyframes is not a function 50 FAIL Only properties defined directly on keyframes are considered anim.effect.ge tKeyframes is not a function
58 FAIL Only enumerable properties on property indexed keyframes are considered ani m.effect.getKeyframes is not a function 51 FAIL Only enumerable properties on property indexed keyframes are considered ani m.effect.getKeyframes is not a function
59 FAIL Only properties defined directly on property indexed keyframes are consider ed anim.effect.getKeyframes is not a function 52 FAIL Only properties defined directly on property indexed keyframes are consider ed anim.effect.getKeyframes is not a function
60 Harness: the test ran to completion. 53 Harness: the test ran to completion.
61 54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698