| Index: third_party/WebKit/LayoutTests/external/wpt/web-animations/animation-model/combining-effects/effect-composition-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/web-animations/animation-model/combining-effects/effect-composition-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/web-animations/animation-model/combining-effects/effect-composition-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8462535487d8806344fdeea3fced0be35aa76337
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/web-animations/animation-model/combining-effects/effect-composition-expected.txt
|
| @@ -0,0 +1,13 @@
|
| +This is a testharness.js-based test.
|
| +FAIL accumulate onto the base value assert_equals: Animated margin-left style at 50% expected "15px" but got "5px"
|
| +FAIL accumulate onto an underlying animation value assert_equals: Animated style at 50% expected "20px" but got "5px"
|
| +FAIL Composite when mixing accumulate and replace assert_equals: Animated style at 50% expected "25px" but got "20px"
|
| +FAIL accumulate specified on a keyframe overrides the composite mode of the effect assert_equals: Animated style at 50% expected "20px" but got "15px"
|
| +FAIL unspecified composite mode on a keyframe is overriden by setting accumulate of the effect assert_equals: Animated style at 50% expected "20px" but got "15px"
|
| +PASS add onto the base value
|
| +PASS add onto an underlying animation value
|
| +PASS Composite when mixing add and replace
|
| +FAIL add specified on a keyframe overrides the composite mode of the effect assert_equals: Animated style at 50% expected "20px" but got "15px"
|
| +FAIL unspecified composite mode on a keyframe is overriden by setting add of the effect assert_equals: Animated style at 50% expected "20px" but got "15px"
|
| +Harness: the test ran to completion.
|
| +
|
|
|