OLD | NEW |
| (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 | |
OLD | NEW |