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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/KeyframeEffect/constructor-expected.txt

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: rebase 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 CONSOLE WARNING: line 128: Invalid keyframe value for property top: invalid 1 CONSOLE WARNING: line 128: Invalid keyframe value for property top: invalid
2 CONSOLE WARNING: line 133: Invalid keyframe value for property top: invalid 2 CONSOLE WARNING: line 133: Invalid keyframe value for property top: invalid
3 CONSOLE WARNING: line 128: Invalid keyframe value for property left: invalid 3 CONSOLE WARNING: line 128: Invalid keyframe value for property left: invalid
4 CONSOLE WARNING: line 133: Invalid keyframe value for property left: invalid 4 CONSOLE WARNING: line 133: Invalid keyframe value for property left: invalid
5 CONSOLE WARNING: line 128: Invalid keyframe value for property left: invalid 5 CONSOLE WARNING: line 128: Invalid keyframe value for property left: invalid
6 CONSOLE WARNING: line 133: Invalid keyframe value for property left: invalid 6 CONSOLE WARNING: line 133: Invalid keyframe value for property left: invalid
7 This is a testharness.js-based test. 7 This is a testharness.js-based test.
8 Found 125 tests; 38 PASS, 87 FAIL, 0 TIMEOUT, 0 NOTRUN.
8 FAIL a KeyframeEffectReadOnly can be constructed with no frames (intermediate va lue).getKeyframes is not a function 9 FAIL a KeyframeEffectReadOnly can be constructed with no frames (intermediate va lue).getKeyframes is not a function
9 FAIL easing values are parsed correctly when passed to the KeyframeEffectReadOnl y constructor in a property-indexed keyframe effect.getKeyframes is not a functi on 10 FAIL easing values are parsed correctly when passed to the KeyframeEffectReadOnl y constructor in a property-indexed keyframe effect.getKeyframes is not a functi on
10 FAIL easing values are parsed correctly when passed to the KeyframeEffectReadOnl y constructor in regular keyframes effect.getKeyframes is not a function 11 FAIL easing values are parsed correctly when passed to the KeyframeEffectReadOnl y constructor in regular keyframes effect.getKeyframes is not a function
11 PASS easing values are parsed correctly when passed to the KeyframeEffectReadOnl y constructor in KeyframeTimingOptions 12 PASS easing values are parsed correctly when passed to the KeyframeEffectReadOnl y constructor in KeyframeTimingOptions
12 FAIL composite values are parsed correctly when passed to the KeyframeEffectRead Only constructor in property-indexed keyframes effect.getKeyframes is not a func tion 13 FAIL composite values are parsed correctly when passed to the KeyframeEffectRead Only constructor in property-indexed keyframes effect.getKeyframes is not a func tion
13 FAIL composite values are parsed correctly when passed to the KeyframeEffectRead Only constructor in regular keyframes effect.getKeyframes is not a function 14 FAIL composite values are parsed correctly when passed to the KeyframeEffectRead Only constructor in regular keyframes effect.getKeyframes is not a function
14 FAIL composite value is absent if the composite operation specified on the keyfr ame effect is being used effect.getKeyframes is not a function 15 FAIL composite value is absent if the composite operation specified on the keyfr ame effect is being used effect.getKeyframes is not a function
15 FAIL a KeyframeEffectReadOnly can be constructed with a one property two value p roperty-indexed keyframes specification effect.getKeyframes is not a function 16 FAIL a KeyframeEffectReadOnly can be constructed with a one property two value p roperty-indexed keyframes specification effect.getKeyframes is not a function
16 FAIL a KeyframeEffectReadOnly constructed with a one property two value property -indexed keyframes specification roundtrips effect.getKeyframes is not a functio n 17 FAIL a KeyframeEffectReadOnly constructed with a one property two value property -indexed keyframes specification roundtrips effect.getKeyframes is not a functio n
17 FAIL a KeyframeEffectReadOnly can be constructed with a one shorthand property t wo value property-indexed keyframes specification effect.getKeyframes is not a f unction 18 FAIL a KeyframeEffectReadOnly can be constructed with a one shorthand property t wo value property-indexed keyframes specification effect.getKeyframes is not a f unction
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 PASS Invalid KeyframeEffectReadOnly option by an 'inherit' easing 130 PASS Invalid KeyframeEffectReadOnly option by an 'inherit' easing
130 PASS Invalid KeyframeEffectReadOnly option by a variable easing 131 PASS Invalid KeyframeEffectReadOnly option by a variable easing
131 PASS Invalid KeyframeEffectReadOnly option by a multi-value easing 132 PASS Invalid KeyframeEffectReadOnly option by a multi-value easing
132 FAIL a KeyframeEffectReadOnly constructed with null target assert_equals: Effect created with null target has correct target expected (object) null but got (und efined) undefined 133 FAIL a KeyframeEffectReadOnly constructed with null target assert_equals: Effect created with null target has correct target expected (object) null but got (und efined) undefined
133 PASS KeyframeEffect constructor creates an AnimationEffectTiming timing object 134 PASS KeyframeEffect constructor creates an AnimationEffectTiming timing object
134 FAIL KeyframeEffect constructor propagates exceptions generated by accessing the options object assert_throws: function "function () { 135 FAIL KeyframeEffect constructor propagates exceptions generated by accessing the options object assert_throws: function "function () {
135 new KeyframeEffect(target, { get left() { throw test_error }}) 136 new KeyframeEffect(target, { get left() { throw test_error }})
136 }" did not throw 137 }" did not throw
137 Harness: the test ran to completion. 138 Harness: the test ran to completion.
138 139
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698