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

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

Issue 2947103002: Expose getAnimations as function on Document (Closed)
Patch Set: Rebase Created 3 years, 5 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 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 90 tests; 47 PASS, 43 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 PASS Element.animate() creates an Animation object in the relevant realm of the target element 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)
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 PASS Element.animate() does not accept invalid easing: 'frames(2.5)' 83 PASS Element.animate() does not accept invalid easing: 'frames(2.5)'
84 PASS Element.animate() does not accept invalid easing: 'frames(2 3)' 84 PASS Element.animate() does not accept invalid easing: 'frames(2 3)'
85 PASS Element.animate() accepts a double as an options argument 85 PASS Element.animate() accepts a double as an options argument
86 PASS Element.animate() accepts a KeyframeAnimationOptions argument 86 PASS Element.animate() accepts a KeyframeAnimationOptions argument
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 Cannot read property 'parentElement' of undefined
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 Cannot read property 'parentElement' of undefined
95 Harness: the test ran to completion. 95 Harness: the test ran to completion.
96 96
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698