| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 90 tests; 46 PASS, 44 FAIL, 0 TIMEOUT, 0 NOTRUN. | 2 Found 90 tests; 47 PASS, 43 FAIL, 0 TIMEOUT, 0 NOTRUN. |
| 3 PASS Element.animate() creates an Animation object | 3 PASS Element.animate() creates an Animation object |
| 4 FAIL Element.animate() creates an Animation object in the relevant realm of the
target element Cannot read property 'prototype' of undefined | 4 PASS Element.animate() creates an Animation object in the relevant realm of the
target element |
| 5 PASS Element.animate() creates an Animation object with a KeyframeEffect | 5 PASS Element.animate() creates an Animation object with a KeyframeEffect |
| 6 PASS Element.animate() creates an Animation object with a KeyframeEffect that is
created in the relevant realm of the target element | 6 PASS Element.animate() creates an Animation object with a KeyframeEffect that is
created in the relevant realm of the target element |
| 7 PASS Element.animate() creates an Animation object with a KeyframeEffect whose A
nimationEffectTiming object is created in the relevant realm of the target eleme
nt | 7 PASS Element.animate() creates an Animation object with a KeyframeEffect whose A
nimationEffectTiming object is created in the relevant realm of the target eleme
nt |
| 8 PASS Element.animate() accepts empty keyframe lists (input: []) | 8 PASS Element.animate() accepts empty keyframe lists (input: []) |
| 9 PASS Element.animate() accepts empty keyframe lists (input: null) | 9 PASS Element.animate() accepts empty keyframe lists (input: null) |
| 10 PASS Element.animate() accepts empty keyframe lists (input: undefined) | 10 PASS Element.animate() accepts empty keyframe lists (input: undefined) |
| 11 FAIL Element.animate() accepts a one property two value property-indexed keyfram
es specification anim.effect.getKeyframes is not a function | 11 FAIL Element.animate() accepts a one property two value property-indexed keyfram
es specification anim.effect.getKeyframes is not a function |
| 12 FAIL Element.animate() accepts a one shorthand property two value property-index
ed keyframes specification anim.effect.getKeyframes is not a function | 12 FAIL Element.animate() accepts a one shorthand property two value property-index
ed keyframes specification anim.effect.getKeyframes is not a function |
| 13 FAIL Element.animate() accepts a two property (one shorthand and one of its long
hand components) two value property-indexed keyframes specification anim.effect.
getKeyframes is not a function | 13 FAIL Element.animate() accepts a two property (one shorthand and one of its long
hand components) two value property-indexed keyframes specification anim.effect.
getKeyframes is not a function |
| 14 FAIL Element.animate() accepts a two property two value property-indexed keyfram
es specification anim.effect.getKeyframes is not a function | 14 FAIL Element.animate() accepts a two property two value property-indexed keyfram
es specification anim.effect.getKeyframes is not a function |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 PASS Element.animate() accepts an absent options argument | 87 PASS Element.animate() accepts an absent options argument |
| 88 PASS Element.animate() correctly sets the id attribute when no id is specified | 88 PASS Element.animate() correctly sets the id attribute when no id is specified |
| 89 PASS Element.animate() correctly sets the id attribute | 89 PASS Element.animate() correctly sets the id attribute |
| 90 PASS Element.animate() correctly sets the Animation's timeline | 90 PASS Element.animate() correctly sets the Animation's timeline |
| 91 PASS Element.animate() correctly sets the Animation's timeline when triggered on
an element in a different document | 91 PASS Element.animate() correctly sets the Animation's timeline when triggered on
an element in a different document |
| 92 PASS Element.animate() calls play on the Animation | 92 PASS Element.animate() calls play on the Animation |
| 93 FAIL CSSPseudoElement.animate() creates an Animation object document.getAnimatio
ns is not a function | 93 FAIL CSSPseudoElement.animate() creates an Animation object document.getAnimatio
ns is not a function |
| 94 FAIL CSSPseudoElement.animate() creates an Animation object targeting to the cor
rect CSSPseudoElement object document.getAnimations is not a function | 94 FAIL CSSPseudoElement.animate() creates an Animation object targeting to the cor
rect CSSPseudoElement object document.getAnimations is not a function |
| 95 Harness: the test ran to completion. | 95 Harness: the test ran to completion. |
| 96 | 96 |
| OLD | NEW |