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

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

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: rebase Created 3 years, 10 months 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 1 CONSOLE WARNING: line 77: Invalid keyframe value for property top: invalid
2 CONSOLE WARNING: line 77: Invalid keyframe value for property left: 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 3 CONSOLE WARNING: line 77: Invalid keyframe value for property left: invalid
4 This is a testharness.js-based test. 4 This is a testharness.js-based test.
5 Found 59 tests; 17 PASS, 42 FAIL, 0 TIMEOUT, 0 NOTRUN.
5 PASS Element.animate() creates an Animation object 6 PASS Element.animate() creates an Animation object
6 FAIL Element.animate() creates an Animation object in the relevant realm of the target element Cannot read property 'prototype' of undefined 7 FAIL Element.animate() creates an Animation object in the relevant realm of the target element Cannot read property 'prototype' of undefined
7 PASS Element.animate() creates an Animation object with a KeyframeEffect 8 PASS Element.animate() creates an Animation object with a KeyframeEffect
8 PASS Element.animate() creates an Animation object with a KeyframeEffect that is created in the relevant realm of the target element 9 PASS Element.animate() creates an Animation object with a KeyframeEffect that is created in the relevant realm of the target element
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 10 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
10 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
11 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
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 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 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
14 FAIL Element.animate() accepts a two property property-indexed keyframes specifi cation with different numbers of values anim.effect.getKeyframes is not a functi on 15 FAIL Element.animate() accepts a two property property-indexed keyframes specifi cation with different numbers of values anim.effect.getKeyframes is not a functi on
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 PASS Element.animate() accepts an absent options argument 59 PASS Element.animate() accepts an absent options argument
59 PASS Element.animate() correctly sets the id attribute when no id is specified 60 PASS Element.animate() correctly sets the id attribute when no id is specified
60 PASS Element.animate() correctly sets the id attribute 61 PASS Element.animate() correctly sets the id attribute
61 PASS Element.animate() correctly sets the Animation's timeline 62 PASS Element.animate() correctly sets the Animation's timeline
62 PASS Element.animate() correctly sets the Animation's timeline when triggered on an element in a different document 63 PASS Element.animate() correctly sets the Animation's timeline when triggered on an element in a different document
63 PASS Element.animate() calls play on the Animation 64 PASS Element.animate() calls play on the Animation
64 FAIL CSSPseudoElement.animate() creates an Animation object document.getAnimatio ns is not a function 65 FAIL CSSPseudoElement.animate() creates an Animation object document.getAnimatio ns 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 66 FAIL CSSPseudoElement.animate() creates an Animation object targeting to the cor rect CSSPseudoElement object document.getAnimations is not a function
66 Harness: the test ran to completion. 67 Harness: the test ran to completion.
67 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698