| OLD | NEW |
| 1 CONSOLE WARNING: line 128: 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 | |
| 4 CONSOLE WARNING: line 133: 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 | |
| 7 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 8 FAIL a KeyframeEffectReadOnly can be constructed with no frames (intermediate va
lue).getKeyframes is not a function | 2 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 | 3 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 | 4 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 | 5 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 | 6 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 | 7 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 | 8 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 | 9 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 | 10 FAIL a KeyframeEffectReadOnly constructed with a one property two value property
-indexed keyframes specification roundtrips effect.getKeyframes is not a functio
n |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 PASS Invalid KeyframeEffectReadOnly option by an 'inherit' easing | 123 PASS Invalid KeyframeEffectReadOnly option by an 'inherit' easing |
| 130 PASS Invalid KeyframeEffectReadOnly option by a variable easing | 124 PASS Invalid KeyframeEffectReadOnly option by a variable easing |
| 131 PASS Invalid KeyframeEffectReadOnly option by a multi-value easing | 125 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 | 126 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 | 127 PASS KeyframeEffect constructor creates an AnimationEffectTiming timing object |
| 134 FAIL KeyframeEffect constructor propagates exceptions generated by accessing the
options object assert_throws: function "function () { | 128 FAIL KeyframeEffect constructor propagates exceptions generated by accessing the
options object assert_throws: function "function () { |
| 135 new KeyframeEffect(target, { get left() { throw test_error }}) | 129 new KeyframeEffect(target, { get left() { throw test_error }}) |
| 136 }" did not throw | 130 }" did not throw |
| 137 Harness: the test ran to completion. | 131 Harness: the test ran to completion. |
| 138 | 132 |
| OLD | NEW |