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

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

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: update 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
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 48 tests. 32 PASS 16 FAIL 0 TIMEOUT 0 NOTRUN
2 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
3 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
4 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
5 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
6 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
7 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
8 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
9 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
10 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
11 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 {done: true}, 50 {done: true},
50 ])); 51 ]));
51 }" did not throw 52 }" did not throw
52 FAIL Custom iterator with value list in keyframe should give bizarre string repr esentation of list. effect.getKeyframes is not a function 53 FAIL Custom iterator with value list in keyframe should give bizarre string repr esentation of list. effect.getKeyframes is not a function
53 FAIL Only enumerable properties on keyframes are considered anim.effect.getKeyfr ames is not a function 54 FAIL Only enumerable properties on keyframes are considered anim.effect.getKeyfr ames is not a function
54 FAIL Only properties defined directly on keyframes are considered anim.effect.ge tKeyframes is not a function 55 FAIL Only properties defined directly on keyframes are considered anim.effect.ge tKeyframes is not a function
55 FAIL Only enumerable properties on property indexed keyframes are considered ani m.effect.getKeyframes is not a function 56 FAIL Only enumerable properties on property indexed keyframes are considered ani m.effect.getKeyframes is not a function
56 FAIL Only properties defined directly on property indexed keyframes are consider ed anim.effect.getKeyframes is not a function 57 FAIL Only properties defined directly on property indexed keyframes are consider ed anim.effect.getKeyframes is not a function
57 Harness: the test ran to completion. 58 Harness: the test ran to completion.
58 59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698