| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
without any KeyframeEffectOptions object KeyframeEffectReadOnly is not defined | 2 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
without any KeyframeEffectOptions object KeyframeEffectReadOnly is not defined |
| 3 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by an empty KeyframeEffectOptions object KeyframeEffectReadOnly is not defined | 3 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by an empty KeyframeEffectOptions object KeyframeEffectReadOnly is not defined |
| 4 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by a normal KeyframeEffectOptions object KeyframeEffectReadOnly is not defined | 4 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by a normal KeyframeEffectOptions object KeyframeEffectReadOnly is not defined |
| 5 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by a double value KeyframeEffectReadOnly is not defined | 5 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by a double value KeyframeEffectReadOnly is not defined |
| 6 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by +Infinity KeyframeEffectReadOnly is not defined | 6 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by +Infinity KeyframeEffectReadOnly is not defined |
| 7 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by an Infinity duration KeyframeEffectReadOnly is not defined | 7 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by an Infinity duration KeyframeEffectReadOnly is not defined |
| 8 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by an auto duration KeyframeEffectReadOnly is not defined | 8 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by an auto duration KeyframeEffectReadOnly is not defined |
| 9 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by an Infinity iterations KeyframeEffectReadOnly is not defined | 9 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by an Infinity iterations KeyframeEffectReadOnly is not defined |
| 10 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by an auto fill KeyframeEffectReadOnly is not defined | 10 FAIL values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by an auto fill KeyframeEffectReadOnly is not defined |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 FAIL getComputedTiming().endTime for a non-zero duration, non-zero delay and non
-default iteration KeyframeEffectReadOnly is not defined | 31 FAIL getComputedTiming().endTime for a non-zero duration, non-zero delay and non
-default iteration KeyframeEffectReadOnly is not defined |
| 32 FAIL getComputedTiming().endTime for an infinite iteration count KeyframeEffectR
eadOnly is not defined | 32 FAIL getComputedTiming().endTime for an infinite iteration count KeyframeEffectR
eadOnly is not defined |
| 33 FAIL getComputedTiming().endTime for an infinite duration KeyframeEffectReadOnly
is not defined | 33 FAIL getComputedTiming().endTime for an infinite duration KeyframeEffectReadOnly
is not defined |
| 34 FAIL getComputedTiming().endTime for an infinite duration and delay KeyframeEffe
ctReadOnly is not defined | 34 FAIL getComputedTiming().endTime for an infinite duration and delay KeyframeEffe
ctReadOnly is not defined |
| 35 FAIL getComputedTiming().endTime for an infinite duration and negative delay Key
frameEffectReadOnly is not defined | 35 FAIL getComputedTiming().endTime for an infinite duration and negative delay Key
frameEffectReadOnly is not defined |
| 36 FAIL getComputedTiming().endTime for an non-zero duration and negative delay Key
frameEffectReadOnly is not defined | 36 FAIL getComputedTiming().endTime for an non-zero duration and negative delay Key
frameEffectReadOnly is not defined |
| 37 FAIL getComputedTiming().endTime for an non-zero duration and negative delay gre
ater than active duration KeyframeEffectReadOnly is not defined | 37 FAIL getComputedTiming().endTime for an non-zero duration and negative delay gre
ater than active duration KeyframeEffectReadOnly is not defined |
| 38 FAIL getComputedTiming().endTime for a zero duration and negative delay Keyframe
EffectReadOnly is not defined | 38 FAIL getComputedTiming().endTime for a zero duration and negative delay Keyframe
EffectReadOnly is not defined |
| 39 Harness: the test ran to completion. | 39 Harness: the test ran to completion. |
| 40 | 40 |
| OLD | NEW |