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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/iterationComposite-expected.txt

Issue 2408083002: Revert of Import wpt@357b83b809e3cbc7a1805e7c3ca108a7980d782f (Closed)
Patch Set: Created 4 years, 2 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
(Empty)
1 This is a testharness.js-based test.
2 FAIL iterationComposite of <length> type animation assert_equals: Animated margi n-left style at 0s of the third iteration expected "20px" but got "0px"
3 FAIL iterationComposite of <percentage> type animation assert_equals: Animated w idth style at 0s of the third iteration expected "100px" but got "0px"
4 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)"
5 FAIL iterationComposite of <color> type animation that green component is decrea sing assert_equals: Animated color style at 0s of the third iteration expected " rgb(120, 240, 120)" but got "rgb(0, 120, 0)"
6 FAIL iterationComposite of <number> type animation assert_equals: Animated flex- grow style at 0s of the third iteration expected "20" but got "0"
7 FAIL iterationComposite of <shape> type animation assert_equals: Animated clip s tyle at 50s of the first iteration expected "rect(5px, 5px, 5px, 5px)" but got " rect(5px 5px 5px 5px)"
8 FAIL iterationComposite of <calc()> value animation assert_equals: Animated calc width style at 0s of the third iteration expected "20px" but got "0px"
9 FAIL iterationComposite of <calc()> value animation that the values can'tbe redu ced assert_equals: Animated calc width style at 0s of the third iteration expect ed "40px" but got "0px"
10 FAIL iterationComposite of opacity animation assert_equals: Animated opacity sty le at 0s of the third iteration expected "0.8" but got "0"
11 FAIL iterationComposite of box-shadow animation assert_equals: Animated box-shad ow style at 0s of the third iteration expected "rgb(240, 240, 240) 20px 20px 20p x 0px" but got "rgb(0, 0, 0) 0px 0px 0px 0px"
12 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) "
13 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)"
14 PASS iterationComposite of filter brightness animation
15 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)"
16 FAIL iterationComposite of same filter list animation assert_equals: Animated fi lter list at 0s of the third iteration expected "brightness(3) contrast(3)" but got "brightness(1) contrast(1)"
17 FAIL iterationComposite of discrete filter list because of mismatch of the order assert_equals: Animated filter list at 50s of the third iteration expected "con trast(4) brightness(4)" but got "contrast(2) brightness(2)"
18 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)"
19 FAIL iterationComposite of transform(rotate) animation assert_equals: Animated t ransform(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)"
20 PASS iterationComposite of transform: [ scale(0), scale(1) ] animation
21 FAIL iterationComposite of transform: [ scale(1), scale(2) ] animation assert_eq uals: Animated transform(scale) style at 0s of the third iteration expected "mat rix(3, 0, 0, 3, 0, 0)" but got "matrix(1, 0, 0, 1, 0, 0)"
22 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)"
23 FAIL iterationComposite of transform list animation assert_equals: Animated tran sform list at 50s of the first iteration expected "matrix(0, 1, -1, 0, 0, 5)" bu t got "matrix(6.12323e-17, 1, -1, 6.12323e-17, 3.06162e-16, 5)"
24 FAIL iterationComposite of transform list animation whose order is mismatched as sert_equals: Animated transform list at 0s of the third iteration expected "matr ix(4, 0, 0, 4, 60, 0)" but got "matrix(2, 0, 0, 2, 0, 0)"
25 FAIL iterationComposite of transform list animation whose order is mismatched as sert_equals: Animated transform list at 0s of the third iteration expected "matr ix(3, 0, 0, 3, 40, 0)" but got "matrix(1, 0, 0, 1, 0, 0)"
26 FAIL iterationComposite starts with non-zero value animation assert_equals: Anim ated margin-left style at 0s of the third iteration expected "50px" but got "10p x"
27 FAIL iterationComposite with negative final value animation assert_equals: Anima ted margin-left style at 0s of the third iteration expected "-10px" but got "10p x"
28 FAIL interationComposite changes assert_equals: Animated style at 50s of the thi rd iteration expected "25px" but got "5px"
29 FAIL duration changes with iterationComposite(accumulate) assert_equals: Animate d style at 50s of the third iteration expected "25px" but got "5px"
30 Harness: the test ran to completion.
31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698