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

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

Issue 2658093003: Suppress console messages for all testharness tests. (Closed)
Patch Set: rebaseline-cl 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
2 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. 1 This is a testharness.js-based test.
5 PASS Element.animate() creates an Animation object 2 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 3 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 4 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 5 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 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
10 FAIL Element.animate() accepts a one property two value property-indexed keyfram es specification anim.effect.getKeyframes is not a function 7 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 8 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 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
13 FAIL Element.animate() accepts a two property two value property-indexed keyfram es 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
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 PASS Element.animate() accepts an absent options argument 55 PASS Element.animate() accepts an absent options argument
59 PASS Element.animate() correctly sets the id attribute when no id is specified 56 PASS Element.animate() correctly sets the id attribute when no id is specified
60 PASS Element.animate() correctly sets the id attribute 57 PASS Element.animate() correctly sets the id attribute
61 PASS Element.animate() correctly sets the Animation's timeline 58 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 59 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 60 PASS Element.animate() calls play on the Animation
64 FAIL CSSPseudoElement.animate() creates an Animation object document.getAnimatio ns is not a function 61 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 62 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. 63 Harness: the test ran to completion.
67 64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698