| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 36 tests. 34 PASS 2 FAIL 0 TIMEOUT 0 NOTRUN |
| 2 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
without any KeyframeEffectOptions object | 3 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
without any KeyframeEffectOptions object |
| 3 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by an empty KeyframeEffectOptions object | 4 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by an empty KeyframeEffectOptions object |
| 4 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by a normal KeyframeEffectOptions object | 5 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by a normal KeyframeEffectOptions object |
| 5 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by a double value | 6 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by a double value |
| 6 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by +Infinity | 7 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by +Infinity |
| 7 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by an Infinity duration | 8 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by an Infinity duration |
| 8 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by an auto duration | 9 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by an auto duration |
| 9 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by an Infinity iterations | 10 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by an Infinity iterations |
| 10 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by an auto fill | 11 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by an auto fill |
| 11 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by a forwards fill | 12 PASS values of getComputedTiming() when a KeyframeEffectReadOnly is constructed
by a forwards fill |
| (...skipping 18 matching lines...) Expand all Loading... |
| 30 PASS getComputedTiming().endTime for a non-zero duration, non-zero delay and non
-default iteration | 31 PASS getComputedTiming().endTime for a non-zero duration, non-zero delay and non
-default iteration |
| 31 PASS getComputedTiming().endTime for an infinite iteration count | 32 PASS getComputedTiming().endTime for an infinite iteration count |
| 32 PASS getComputedTiming().endTime for an infinite duration | 33 PASS getComputedTiming().endTime for an infinite duration |
| 33 PASS getComputedTiming().endTime for an infinite duration and delay | 34 PASS getComputedTiming().endTime for an infinite duration and delay |
| 34 PASS getComputedTiming().endTime for an infinite duration and negative delay | 35 PASS getComputedTiming().endTime for an infinite duration and negative delay |
| 35 PASS getComputedTiming().endTime for an non-zero duration and negative delay | 36 PASS getComputedTiming().endTime for an non-zero duration and negative delay |
| 36 FAIL getComputedTiming().endTime for an non-zero duration and negative delay gre
ater than active duration assert_equals: expected 0 but got -1000 | 37 FAIL getComputedTiming().endTime for an non-zero duration and negative delay gre
ater than active duration assert_equals: expected 0 but got -1000 |
| 37 FAIL getComputedTiming().endTime for a zero duration and negative delay assert_e
quals: expected 0 but got -1000 | 38 FAIL getComputedTiming().endTime for a zero duration and negative delay assert_e
quals: expected 0 but got -1000 |
| 38 Harness: the test ran to completion. | 39 Harness: the test ran to completion. |
| 39 | 40 |
| OLD | NEW |