Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(949)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/Animatable/animate-expected.txt

Issue 2524303002: Emit console warning when element.animate() keyframe value fails to parse (Closed)
Patch Set: Review changes Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: line 77: Invalid keyframe value for property top: invalid
2 CONSOLE WARNING: line 77: Invalid keyframe value for property left: invalid
3 CONSOLE WARNING: line 77: Invalid keyframe value for property left: invalid
1 This is a testharness.js-based test. 4 This is a testharness.js-based test.
2 PASS Element.animate() creates an Animation object 5 PASS Element.animate() creates an Animation object
3 FAIL Element.animate() creates an Animation object in the relevant realm of the target element Cannot read property 'prototype' of undefined 6 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 with a KeyframeEffect 7 PASS Element.animate() creates an Animation object with a KeyframeEffect
5 PASS Element.animate() creates an Animation object with a KeyframeEffect that is created in the relevant realm of the target element 8 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 whose A nimationEffectTiming object is created in the relevant realm of the target eleme nt 9 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 FAIL Element.animate() accepts a one property two value property-indexed keyfram es specification anim.effect.getKeyframes is not a function 10 FAIL Element.animate() accepts a one property two value property-indexed keyfram es specification anim.effect.getKeyframes is not a function
8 FAIL Element.animate() accepts a one shorthand property two value property-index ed keyframes specification anim.effect.getKeyframes is not a function 11 FAIL Element.animate() accepts a one shorthand property two value property-index ed keyframes specification anim.effect.getKeyframes is not a function
9 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 12 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
10 FAIL Element.animate() accepts a two property two value property-indexed keyfram es specification anim.effect.getKeyframes is not a function 13 FAIL Element.animate() accepts a two property two value property-indexed keyfram es specification anim.effect.getKeyframes is not a function
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 PASS Element.animate() accepts an absent options argument 58 PASS Element.animate() accepts an absent options argument
56 PASS Element.animate() correctly sets the id attribute when no id is specified 59 PASS Element.animate() correctly sets the id attribute when no id is specified
57 PASS Element.animate() correctly sets the id attribute 60 PASS Element.animate() correctly sets the id attribute
58 PASS Element.animate() correctly sets the Animation's timeline 61 PASS Element.animate() correctly sets the Animation's timeline
59 PASS Element.animate() correctly sets the Animation's timeline when triggered on an element in a different document 62 PASS Element.animate() correctly sets the Animation's timeline when triggered on an element in a different document
60 PASS Element.animate() calls play on the Animation 63 PASS Element.animate() calls play on the Animation
61 FAIL CSSPseudoElement.animate() creates an Animation object document.getAnimatio ns is not a function 64 FAIL CSSPseudoElement.animate() creates an Animation object document.getAnimatio ns is not a function
62 FAIL CSSPseudoElement.animate() creates an Animation object targeting to the cor rect CSSPseudoElement object document.getAnimations is not a function 65 FAIL CSSPseudoElement.animate() creates an Animation object targeting to the cor rect CSSPseudoElement object document.getAnimations is not a function
63 Harness: the test ran to completion. 66 Harness: the test ran to completion.
64 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698