| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 FAIL a KeyframeEffectReadOnly can be constructed with no frames KeyframeEffectRe
adOnly is not defined | 2 FAIL a KeyframeEffectReadOnly can be constructed with no frames KeyframeEffectRe
adOnly is not defined |
| 3 FAIL easing values are parsed correctly when passed to the KeyframeEffectReadOnl
y constructor in a property-indexed keyframe KeyframeEffectReadOnly is not defin
ed | 3 FAIL easing values are parsed correctly when passed to the KeyframeEffectReadOnl
y constructor in a property-indexed keyframe KeyframeEffectReadOnly is not defin
ed |
| 4 FAIL easing values are parsed correctly when passed to the KeyframeEffectReadOnl
y constructor in regular keyframes KeyframeEffectReadOnly is not defined | 4 FAIL easing values are parsed correctly when passed to the KeyframeEffectReadOnl
y constructor in regular keyframes KeyframeEffectReadOnly is not defined |
| 5 FAIL easing values are parsed correctly when passed to the KeyframeEffectReadOnl
y constructor in KeyframeTimingOptions KeyframeEffectReadOnly is not defined | 5 FAIL easing values are parsed correctly when passed to the KeyframeEffectReadOnl
y constructor in KeyframeTimingOptions KeyframeEffectReadOnly is not defined |
| 6 FAIL composite values are parsed correctly when passed to the KeyframeEffectRead
Only constructor in property-indexed keyframes KeyframeEffectReadOnly is not def
ined | 6 FAIL composite values are parsed correctly when passed to the KeyframeEffectRead
Only constructor in property-indexed keyframes KeyframeEffectReadOnly is not def
ined |
| 7 FAIL composite values are parsed correctly when passed to the KeyframeEffectRead
Only constructor in regular keyframes KeyframeEffectReadOnly is not defined | 7 FAIL composite values are parsed correctly when passed to the KeyframeEffectRead
Only constructor in regular keyframes KeyframeEffectReadOnly is not defined |
| 8 FAIL composite values are parsed correctly when passed to the KeyframeEffectRead
Only constructor in KeyframeTimingOptions KeyframeEffectReadOnly is not defined | 8 FAIL composite values are parsed correctly when passed to the KeyframeEffectRead
Only constructor in KeyframeTimingOptions KeyframeEffectReadOnly is not defined |
| 9 FAIL a KeyframeEffectReadOnly can be constructed with a one property two value p
roperty-indexed keyframes specification KeyframeEffectReadOnly is not defined | 9 FAIL a KeyframeEffectReadOnly can be constructed with a one property two value p
roperty-indexed keyframes specification KeyframeEffectReadOnly is not defined |
| 10 FAIL a KeyframeEffectReadOnly constructed with a one property two value property
-indexed keyframes specification roundtrips KeyframeEffectReadOnly is not define
d | 10 FAIL a KeyframeEffectReadOnly constructed with a one property two value property
-indexed keyframes specification roundtrips KeyframeEffectReadOnly is not define
d |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 FAIL Invalid KeyframeEffectReadOnly option by a variable easing assert_throws: f
unction "function () { | 136 FAIL Invalid KeyframeEffectReadOnly option by a variable easing assert_throws: f
unction "function () { |
| 137 new KeyframeEffectReadOnly(target, | 137 new KeyframeEffectReadOnly(target, |
| 138 ..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("Re
ferenceError") expected object "[object Object]" ("TypeError") | 138 ..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("Re
ferenceError") expected object "[object Object]" ("TypeError") |
| 139 FAIL Invalid KeyframeEffectReadOnly option by a multi-value easing assert_throws
: function "function () { | 139 FAIL Invalid KeyframeEffectReadOnly option by a multi-value easing assert_throws
: function "function () { |
| 140 new KeyframeEffectReadOnly(target, | 140 new KeyframeEffectReadOnly(target, |
| 141 ..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("Re
ferenceError") expected object "[object Object]" ("TypeError") | 141 ..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("Re
ferenceError") expected object "[object Object]" ("TypeError") |
| 142 PASS KeyframeEffect constructor creates an AnimationEffectTiming timing object | 142 PASS KeyframeEffect constructor creates an AnimationEffectTiming timing object |
| 143 PASS KeyframeEffect constructor propagates exceptions generated by accessing the
options object | 143 PASS KeyframeEffect constructor propagates exceptions generated by accessing the
options object |
| 144 Harness: the test ran to completion. | 144 Harness: the test ran to completion. |
| 145 | 145 |
| OLD | NEW |