OLD | NEW |
1 CONSOLE WARNING: line 147: Invalid keyframe value for property top: invalid | |
2 CONSOLE WARNING: line 152: Invalid keyframe value for property top: invalid | |
3 CONSOLE WARNING: line 147: Invalid keyframe value for property left: invalid | |
4 CONSOLE WARNING: line 152: Invalid keyframe value for property left: invalid | |
5 CONSOLE WARNING: line 147: Invalid keyframe value for property left: invalid | |
6 CONSOLE WARNING: line 152: Invalid keyframe value for property left: invalid | |
7 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
8 Found 127 tests; 40 PASS, 87 FAIL, 0 TIMEOUT, 0 NOTRUN. | 2 Found 127 tests; 40 PASS, 87 FAIL, 0 TIMEOUT, 0 NOTRUN. |
9 FAIL a KeyframeEffectReadOnly can be constructed with no frames (intermediate va
lue).getKeyframes is not a function | 3 FAIL a KeyframeEffectReadOnly can be constructed with no frames (intermediate va
lue).getKeyframes is not a function |
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 | 4 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 |
11 FAIL easing values are parsed correctly when passed to the KeyframeEffectReadOnl
y constructor in regular keyframes effect.getKeyframes is not a function | 5 FAIL easing values are parsed correctly when passed to the KeyframeEffectReadOnl
y constructor in regular keyframes effect.getKeyframes is not a function |
12 PASS easing values are parsed correctly when passed to the KeyframeEffectReadOnl
y constructor in KeyframeEffectOptions | 6 PASS easing values are parsed correctly when passed to the KeyframeEffectReadOnl
y constructor in KeyframeEffectOptions |
13 PASS invalid easing values are correctly rejected when passed to the KeyframeEff
ectReadOnly constructor in regular keyframes | 7 PASS invalid easing values are correctly rejected when passed to the KeyframeEff
ectReadOnly constructor in regular keyframes |
14 PASS invalid easing values are correctly rejected when passed to the KeyframeEff
ectReadOnly constructor in KeyframeEffectOptions | 8 PASS invalid easing values are correctly rejected when passed to the KeyframeEff
ectReadOnly constructor in KeyframeEffectOptions |
15 FAIL composite values are parsed correctly when passed to the KeyframeEffectRead
Only constructor in property-indexed keyframes effect.getKeyframes is not a func
tion | 9 FAIL composite values are parsed correctly when passed to the KeyframeEffectRead
Only constructor in property-indexed keyframes effect.getKeyframes is not a func
tion |
16 FAIL composite values are parsed correctly when passed to the KeyframeEffectRead
Only constructor in regular keyframes effect.getKeyframes is not a function | 10 FAIL composite values are parsed correctly when passed to the KeyframeEffectRead
Only constructor in regular keyframes effect.getKeyframes is not a function |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 PASS Invalid KeyframeEffectReadOnly option by an 'inherit' easing | 126 PASS Invalid KeyframeEffectReadOnly option by an 'inherit' easing |
133 PASS Invalid KeyframeEffectReadOnly option by a variable easing | 127 PASS Invalid KeyframeEffectReadOnly option by a variable easing |
134 PASS Invalid KeyframeEffectReadOnly option by a multi-value easing | 128 PASS Invalid KeyframeEffectReadOnly option by a multi-value easing |
135 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 | 129 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 |
136 PASS KeyframeEffect constructor creates an AnimationEffectTiming timing object | 130 PASS KeyframeEffect constructor creates an AnimationEffectTiming timing object |
137 FAIL KeyframeEffect constructor propagates exceptions generated by accessing the
options object assert_throws: function "function () { | 131 FAIL KeyframeEffect constructor propagates exceptions generated by accessing the
options object assert_throws: function "function () { |
138 new KeyframeEffect(target, { get left() { throw test_error }}) | 132 new KeyframeEffect(target, { get left() { throw test_error }}) |
139 }" did not throw | 133 }" did not throw |
140 Harness: the test ran to completion. | 134 Harness: the test ran to completion. |
141 | 135 |
OLD | NEW |