Index: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/iterationComposite-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/iterationComposite-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/iterationComposite-expected.txt |
index 8e14fa6839baca3a0c6d375ec94ba7072705d721..db2d7d06bbff187234da0daa6a88519271c5a0bc 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/iterationComposite-expected.txt |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/iterationComposite-expected.txt |
@@ -1,4 +1,5 @@ |
This is a testharness.js-based test. |
+PASS iterationComposite of discrete type animation (align-content) |
FAIL iterationComposite of <length> type animation assert_equals: Animated margin-left style at 0s of the third iteration expected "20px" but got "0px" |
FAIL iterationComposite of <percentage> type animation assert_equals: Animated width style at 0s of the third iteration expected "100px" but got "0px" |
FAIL iterationComposite of <color> type animation assert_equals: Animated color style at 0s of the third iteration expected "rgb(240, 240, 240)" but got "rgb(0, 0, 0)" |
@@ -21,8 +22,12 @@ PASS iterationComposite of transform: [ scale(0), scale(1) ] animation |
FAIL iterationComposite of transform: [ scale(1), scale(2) ] animation assert_equals: Animated transform(scale) style at 0s of the third iteration expected "matrix(3, 0, 0, 3, 0, 0)" but got "matrix(1, 0, 0, 1, 0, 0)" |
FAIL iterationComposite of transform: scale(2) animation assert_equals: Animated transform(scale) style at 0s of the third iteration expected "matrix(2, 0, 0, 2, 0, 0)" but got "matrix(0, 0, 0, 0, 0, 0)" |
FAIL iterationComposite of transform list animation assert_equals: Animated transform list at 50s of the first iteration expected "matrix(0, 1, -1, 0, 0, 5)" but got "matrix(6.12323e-17, 1, -1, 6.12323e-17, 3.06162e-16, 5)" |
-FAIL iterationComposite of transform list animation whose order is mismatched assert_equals: Animated transform list at 0s of the third iteration expected "matrix(4, 0, 0, 4, 60, 0)" but got "matrix(2, 0, 0, 2, 0, 0)" |
-FAIL iterationComposite of transform list animation whose order is mismatched assert_equals: Animated transform list at 0s of the third iteration expected "matrix(3, 0, 0, 3, 40, 0)" but got "matrix(1, 0, 0, 1, 0, 0)" |
+FAIL iterationComposite of transform of matrix function assert_equals: Animated transform of matrix function at 0s of the third iteration expected "matrix(6, 0, 0, 6, 60, 0)" but got "matrix(2, 0, 0, 2, 0, 0)" |
+FAIL iterationComposite of transform list animation whose order is mismatched assert_equals: Animated transform list at 0s of the third iteration expected "matrix(6, 0, 0, 6, 60, 0)" but got "matrix(2, 0, 0, 2, 0, 0)" |
+FAIL iterationComposite of transform list animation whose order is mismatched because of missing functions assert_equals: Animated transform list at 0s of the third iteration expected "matrix(3, 0, 0, 3, 40, 0)" but got "matrix(1, 0, 0, 1, 0, 0)" |
+FAIL iterationComposite of transform from none to translate assert_equals: Animated transform list at 50s of the third iteration expected "matrix(1, 0, 0, 1, 15, 0)" but got "matrix(1, 0, 0, 1, 5, 0)" |
+FAIL iterationComposite of transform of matrix3d function assert_equals: Animated transform of matrix3d function at 0s of the third iteration expected "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 130, 1)" but got "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 30, 1)" |
+FAIL iterationComposite of transform of rotate3d function assert_equals: dimension of the matrix: Animated transform of rotate3d function at 0s of the third iteration expected 16 but got 6 |
FAIL iterationComposite starts with non-zero value animation assert_equals: Animated margin-left style at 0s of the third iteration expected "50px" but got "10px" |
FAIL iterationComposite with negative final value animation assert_equals: Animated margin-left style at 0s of the third iteration expected "-10px" but got "10px" |
FAIL interationComposite changes assert_equals: Animated style at 50s of the third iteration expected "25px" but got "5px" |