| Index: third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/KeyframeEffect/constructor-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/KeyframeEffect/constructor-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/KeyframeEffect/constructor-expected.txt
|
| index 19bfac995caaf0e1e9f85fde2b8b1408c4d7a4c0..3ea8affd72b9e578cc95be80b64d30ba6ac3af59 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/KeyframeEffect/constructor-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/KeyframeEffect/constructor-expected.txt
|
| @@ -1,15 +1,17 @@
|
| -CONSOLE WARNING: line 128: Invalid keyframe value for property top: invalid
|
| -CONSOLE WARNING: line 133: Invalid keyframe value for property top: invalid
|
| -CONSOLE WARNING: line 128: Invalid keyframe value for property left: invalid
|
| -CONSOLE WARNING: line 133: Invalid keyframe value for property left: invalid
|
| -CONSOLE WARNING: line 128: Invalid keyframe value for property left: invalid
|
| -CONSOLE WARNING: line 133: Invalid keyframe value for property left: invalid
|
| +CONSOLE WARNING: line 147: Invalid keyframe value for property top: invalid
|
| +CONSOLE WARNING: line 152: Invalid keyframe value for property top: invalid
|
| +CONSOLE WARNING: line 147: Invalid keyframe value for property left: invalid
|
| +CONSOLE WARNING: line 152: Invalid keyframe value for property left: invalid
|
| +CONSOLE WARNING: line 147: Invalid keyframe value for property left: invalid
|
| +CONSOLE WARNING: line 152: Invalid keyframe value for property left: invalid
|
| This is a testharness.js-based test.
|
| -Found 125 tests; 38 PASS, 87 FAIL, 0 TIMEOUT, 0 NOTRUN.
|
| +Found 127 tests; 40 PASS, 87 FAIL, 0 TIMEOUT, 0 NOTRUN.
|
| FAIL a KeyframeEffectReadOnly can be constructed with no frames (intermediate value).getKeyframes is not a function
|
| FAIL easing values are parsed correctly when passed to the KeyframeEffectReadOnly constructor in a property-indexed keyframe effect.getKeyframes is not a function
|
| FAIL easing values are parsed correctly when passed to the KeyframeEffectReadOnly constructor in regular keyframes effect.getKeyframes is not a function
|
| -PASS easing values are parsed correctly when passed to the KeyframeEffectReadOnly constructor in KeyframeTimingOptions
|
| +PASS easing values are parsed correctly when passed to the KeyframeEffectReadOnly constructor in KeyframeEffectOptions
|
| +PASS invalid easing values are correctly rejected when passed to the KeyframeEffectReadOnly constructor in regular keyframes
|
| +PASS invalid easing values are correctly rejected when passed to the KeyframeEffectReadOnly constructor in KeyframeEffectOptions
|
| FAIL composite values are parsed correctly when passed to the KeyframeEffectReadOnly constructor in property-indexed keyframes effect.getKeyframes is not a function
|
| FAIL composite values are parsed correctly when passed to the KeyframeEffectReadOnly constructor in regular keyframes effect.getKeyframes is not a function
|
| FAIL composite value is absent if the composite operation specified on the keyframe effect is being used effect.getKeyframes is not a function
|
|
|