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

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

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (Closed)
Patch Set: Created 3 years, 10 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 non-animatable property 'animation' is not accessed when using a property-i ndexed keyframe object
3 PASS non-animatable property 'animationDelay' is not accessed when using a prope rty-indexed keyframe object
4 PASS non-animatable property 'animationDirection' is not accessed when using a p roperty-indexed keyframe object
5 PASS non-animatable property 'animationDuration' is not accessed when using a pr operty-indexed keyframe object
6 PASS non-animatable property 'animationFillMode' is not accessed when using a pr operty-indexed keyframe object
7 PASS non-animatable property 'animationIterationCount' is not accessed when usin g a property-indexed keyframe object
8 PASS non-animatable property 'animationName' is not accessed when using a proper ty-indexed keyframe object
9 PASS non-animatable property 'animationPlayState' is not accessed when using a p roperty-indexed keyframe object
10 PASS non-animatable property 'animationTimingFunction' is not accessed when usin g a property-indexed keyframe object
11 PASS non-animatable property 'transition' is not accessed when using a property- indexed keyframe object
12 PASS non-animatable property 'transitionDelay' is not accessed when using a prop erty-indexed keyframe object
13 PASS non-animatable property 'transitionDuration' is not accessed when using a p roperty-indexed keyframe object
14 PASS non-animatable property 'transitionProperty' is not accessed when using a p roperty-indexed keyframe object
15 PASS non-animatable property 'transitionTimingFunction' is not accessed when usi ng a property-indexed keyframe object
16 PASS non-animatable property 'display' is not accessed when using a property-ind exed keyframe object
17 PASS non-animatable property 'unsupportedProperty' is not accessed when using a property-indexed keyframe object
18 PASS non-animatable property 'font-size' is not accessed when using a property-i ndexed keyframe object
19 PASS non-animatable property 'animation' is not accessed when using a keyframe s equence
20 PASS non-animatable property 'animationDelay' is not accessed when using a keyfr ame sequence
21 PASS non-animatable property 'animationDirection' is not accessed when using a k eyframe sequence
22 PASS non-animatable property 'animationDuration' is not accessed when using a ke yframe sequence
23 PASS non-animatable property 'animationFillMode' is not accessed when using a ke yframe sequence
24 PASS non-animatable property 'animationIterationCount' is not accessed when usin g a keyframe sequence
25 PASS non-animatable property 'animationName' is not accessed when using a keyfra me sequence
26 PASS non-animatable property 'animationPlayState' is not accessed when using a k eyframe sequence
27 PASS non-animatable property 'animationTimingFunction' is not accessed when usin g a keyframe sequence
28 PASS non-animatable property 'transition' is not accessed when using a keyframe sequence
29 PASS non-animatable property 'transitionDelay' is not accessed when using a keyf rame sequence
30 PASS non-animatable property 'transitionDuration' is not accessed when using a k eyframe sequence
31 PASS non-animatable property 'transitionProperty' is not accessed when using a k eyframe sequence
32 PASS non-animatable property 'transitionTimingFunction' is not accessed when usi ng a keyframe sequence
33 PASS non-animatable property 'display' is not accessed when using a keyframe seq uence
34 PASS non-animatable property 'unsupportedProperty' is not accessed when using a keyframe sequence
35 PASS non-animatable property 'font-size' is not accessed when using a keyframe s equence
36 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 th ree values (intermediate value).getKeyframes is not a function
38 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: same offset applied to all keyframes (intermediate value).getKeyframes is not a function
40 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 composite applied to all keyframes (intermediate value).getKeyframes is not a function
42 FAIL Custom iterator with basic keyframes. effect.getKeyframes is not a function
43 FAIL easing and offset are ignored on iterable objects. effect.getKeyframes is n ot a function
44 FAIL Custom iterator with multiple properties specified. effect.getKeyframes is not a function
45 FAIL Custom iterator with offset specified. effect.getKeyframes is not a functio n
46 FAIL Custom iterator with non object keyframe should throw. assert_throws: funct ion "function () {
47 new KeyframeEffect(null, createIterable([
48 {done: false, value: {left: '100px'}},
49 {done: false, value: 1234},
50 {done: false, value: {left: '200px'}},
51 {done: true},
52 ]));
53 }" did not throw
54 FAIL Custom iterator with value list in keyframe should give bizarre string repr esentation of list. effect.getKeyframes is not a function
55 FAIL Only enumerable properties on keyframes are considered anim.effect.getKeyfr ames is not a function
56 FAIL Only properties defined directly on keyframes are considered anim.effect.ge tKeyframes is not a function
57 FAIL Only enumerable properties on property indexed keyframes are considered ani m.effect.getKeyframes is not a function
58 FAIL Only properties defined directly on property indexed keyframes are consider ed anim.effect.getKeyframes is not a function
59 Harness: the test ran to completion.
60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698