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

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

Issue 2678043002: Hide console log messages for imported WPT tests (Closed)
Patch Set: update platform specific expected files missed last time around Created 3 years, 9 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 78: Invalid keyframe value for property top: invalid
2 CONSOLE WARNING: line 78: Invalid keyframe value for property left: invalid
3 CONSOLE WARNING: line 78: Invalid keyframe value for property left: invalid
4 This is a testharness.js-based test. 1 This is a testharness.js-based test.
5 Found 67 tests; 25 PASS, 42 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 67 tests; 25 PASS, 42 FAIL, 0 TIMEOUT, 0 NOTRUN.
6 PASS Element.animate() creates an Animation object 3 PASS Element.animate() creates an Animation object
7 FAIL Element.animate() creates an Animation object in the relevant realm of the target element Cannot read property 'prototype' of undefined 4 FAIL Element.animate() creates an Animation object in the relevant realm of the target element Cannot read property 'prototype' of undefined
8 PASS Element.animate() creates an Animation object with a KeyframeEffect 5 PASS Element.animate() creates an Animation object with a KeyframeEffect
9 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
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 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
11 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 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 9 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 10 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
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 PASS Element.animate() accepts an absent options argument 64 PASS Element.animate() accepts an absent options argument
68 PASS Element.animate() correctly sets the id attribute when no id is specified 65 PASS Element.animate() correctly sets the id attribute when no id is specified
69 PASS Element.animate() correctly sets the id attribute 66 PASS Element.animate() correctly sets the id attribute
70 PASS Element.animate() correctly sets the Animation's timeline 67 PASS Element.animate() correctly sets the Animation's timeline
71 PASS Element.animate() correctly sets the Animation's timeline when triggered on an element in a different document 68 PASS Element.animate() correctly sets the Animation's timeline when triggered on an element in a different document
72 PASS Element.animate() calls play on the Animation 69 PASS Element.animate() calls play on the Animation
73 FAIL CSSPseudoElement.animate() creates an Animation object document.getAnimatio ns is not a function 70 FAIL CSSPseudoElement.animate() creates an Animation object document.getAnimatio ns is not a function
74 FAIL CSSPseudoElement.animate() creates an Animation object targeting to the cor rect CSSPseudoElement object document.getAnimations is not a function 71 FAIL CSSPseudoElement.animate() creates an Animation object targeting to the cor rect CSSPseudoElement object document.getAnimations is not a function
75 Harness: the test ran to completion. 72 Harness: the test ran to completion.
76 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698