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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8e14fa6839baca3a0c6d375ec94ba7072705d721 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/iterationComposite-expected.txt |
@@ -0,0 +1,31 @@ |
+This is a testharness.js-based test. |
+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)" |
+FAIL iterationComposite of <color> type animation that green component is decreasing assert_equals: Animated color style at 0s of the third iteration expected "rgb(120, 240, 120)" but got "rgb(0, 120, 0)" |
+FAIL iterationComposite of <number> type animation assert_equals: Animated flex-grow style at 0s of the third iteration expected "20" but got "0" |
+FAIL iterationComposite of <shape> type animation assert_equals: Animated clip style at 50s of the first iteration expected "rect(5px, 5px, 5px, 5px)" but got "rect(5px 5px 5px 5px)" |
+FAIL iterationComposite of <calc()> value animation assert_equals: Animated calc width style at 0s of the third iteration expected "20px" but got "0px" |
+FAIL iterationComposite of <calc()> value animation that the values can'tbe reduced assert_equals: Animated calc width style at 0s of the third iteration expected "40px" but got "0px" |
+FAIL iterationComposite of opacity animation assert_equals: Animated opacity style at 0s of the third iteration expected "0.8" but got "0" |
+FAIL iterationComposite of box-shadow animation assert_equals: Animated box-shadow style at 0s of the third iteration expected "rgb(240, 240, 240) 20px 20px 20px 0px" but got "rgb(0, 0, 0) 0px 0px 0px 0px" |
+FAIL iterationComposite of filter blur animation assert_equals: Animated filter blur style at 0s of the third iteration expected "blur(20px)" but got "blur(0px)" |
+FAIL iterationComposite of filter brightness for different unit animation assert_equals: Animated filter brightness style at 0s of the third iteration expected "brightness(2.6)" but got "brightness(1)" |
+PASS iterationComposite of filter brightness animation |
+FAIL iterationComposite of filter drop-shadow animation assert_equals: Animated filter drop-shadow style at 0s of the third iteration expected "drop-shadow(rgb(240, 240, 240) 20px 20px 20px)" but got "drop-shadow(rgb(0, 0, 0) 0px 0px 0px)" |
+FAIL iterationComposite of same filter list animation assert_equals: Animated filter list at 0s of the third iteration expected "brightness(3) contrast(3)" but got "brightness(1) contrast(1)" |
+FAIL iterationComposite of discrete filter list because of mismatch of the order assert_equals: Animated filter list at 50s of the third iteration expected "contrast(4) brightness(4)" but got "contrast(2) brightness(2)" |
+FAIL iterationComposite of different length filter list animation assert_equals: Animated filter list at 0s of the third iteration expected "sepia(2) contrast(3)" but got "sepia(0)" |
+FAIL iterationComposite of transform(rotate) animation assert_equals: Animated transform(rotate) style at 50s of the first iteration expected "matrix(0, 1, -1, 0, 0, 0)" but got "matrix(6.12323e-17, 1, -1, 6.12323e-17, 0, 0)" |
+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 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" |
+FAIL duration changes with iterationComposite(accumulate) assert_equals: Animated style at 50s of the third iteration expected "25px" but got "5px" |
+Harness: the test ran to completion. |
+ |