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

Side by Side Diff: LayoutTests/animations/interpolation/flex-interpolation-expected.txt

Issue 811993002: Animation: Implement DoubleStyleInterpolation in StringKeyframe (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Apply all of Alan and Doug's changes Created 5 years, 10 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
1 CSS Animations: 1 CSS Animations:
2 PASS: -webkit-flex from [1 1 0%] to [2 2 100%] was [0 0 0%] at -5 2 PASS: -webkit-flex from [1 1 0%] to [2 2 100%] was [0 0 0%] at -5
3 PASS: -webkit-flex from [1 1 0%] to [2 2 100%] was [0.7 0.7 0%] at -0.3 3 PASS: -webkit-flex from [1 1 0%] to [2 2 100%] was [0.7 0.7 0%] at -0.3
4 PASS: -webkit-flex from [1 1 0%] to [2 2 100%] was [1 1 0%] at 0 4 PASS: -webkit-flex from [1 1 0%] to [2 2 100%] was [1 1 0%] at 0
5 PASS: -webkit-flex from [1 1 0%] to [2 2 100%] was [1.3 1.3 30%] at 0.3 5 PASS: -webkit-flex from [1 1 0%] to [2 2 100%] was [1.3 1.3 30%] at 0.3
6 PASS: -webkit-flex from [1 1 0%] to [2 2 100%] was [1.6 1.6 60%] at 0.6 6 PASS: -webkit-flex from [1 1 0%] to [2 2 100%] was [1.6 1.6 60%] at 0.6
7 PASS: -webkit-flex from [1 1 0%] to [2 2 100%] was [2 2 100%] at 1 7 PASS: -webkit-flex from [1 1 0%] to [2 2 100%] was [2 2 100%] at 1
8 PASS: -webkit-flex from [1 1 0%] to [2 2 100%] was [2.5 2.5 150%] at 1.5 8 PASS: -webkit-flex from [1 1 0%] to [2 2 100%] was [2.5 2.5 150%] at 1.5
9 PASS: -webkit-flex from [0 0 100%] to [1 1 100%] was [0 0 100%] at -0.3 9 PASS: -webkit-flex from [0 0 100%] to [1 1 100%] was [0 0 100%] at -0.3
10 PASS: -webkit-flex from [0 0 100%] to [1 1 100%] was [0 0 100%] at 0 10 PASS: -webkit-flex from [0 0 100%] to [1 1 100%] was [0 0 100%] at 0
11 PASS: -webkit-flex from [0 0 100%] to [1 1 100%] was [0 0 100%] at 0.4 11 PASS: -webkit-flex from [0 0 100%] to [1 1 100%] was [0 0 100%] at 0.4
12 PASS: -webkit-flex from [0 0 100%] to [1 1 100%] was [1 1 100%] at 0.6 12 PASS: -webkit-flex from [0 0 100%] to [1 1 100%] was [1 1 100%] at 0.6
13 PASS: -webkit-flex from [0 0 100%] to [1 1 100%] was [1 1 100%] at 1 13 PASS: -webkit-flex from [0 0 100%] to [1 1 100%] was [1 1 100%] at 1
14 PASS: -webkit-flex from [0 0 100%] to [1 1 100%] was [1 1 100%] at 1.5 14 PASS: -webkit-flex from [0 0 100%] to [1 1 100%] was [1 1 100%] at 1.5
15 PASS: flex-shrink from [0] to [1] was [0] at -0.3
16 PASS: flex-shrink from [0] to [1] was [0] at 0
17 FAIL: flex-shrink from [0] to [1] was [0] at 0.4, expected [0.4] (parsed as [0.4 ])
18 FAIL: flex-shrink from [0] to [1] was [1] at 0.6, expected [0.6] (parsed as [0.6 ])
19 PASS: flex-shrink from [0] to [1] was [1] at 1
20 FAIL: flex-shrink from [0] to [1] was [1] at 1.5, expected [1.5]
21 PASS: flex-grow from [0] to [1] was [0] at -0.3
22 PASS: flex-grow from [0] to [1] was [0] at 0
23 FAIL: flex-grow from [0] to [1] was [0] at 0.4, expected [0.4] (parsed as [0.4])
24 FAIL: flex-grow from [0] to [1] was [1] at 0.6, expected [0.6] (parsed as [0.6])
25 PASS: flex-grow from [0] to [1] was [1] at 1
26 FAIL: flex-grow from [0] to [1] was [1] at 1.5, expected [1.5]
alancutter (OOO until 2018) 2015/02/06 07:26:12 Looks like we have issues with flex to deal with.
15 27
28 Web Animations API:
29 PASS: flexShrink from [0] to [1] was [0] at -0.3
30 PASS: flexShrink from [0] to [1] was [0] at 0
31 PASS: flexShrink from [0] to [1] was [0.4] at 0.4
32 PASS: flexShrink from [0] to [1] was [0.6] at 0.6
33 PASS: flexShrink from [0] to [1] was [1] at 1
34 PASS: flexShrink from [0] to [1] was [1.5] at 1.5
35 PASS: flexGrow from [0] to [1] was [0] at -0.3
36 PASS: flexGrow from [0] to [1] was [0] at 0
37 PASS: flexGrow from [0] to [1] was [0.4] at 0.4
38 PASS: flexGrow from [0] to [1] was [0.6] at 0.6
39 PASS: flexGrow from [0] to [1] was [1] at 1
40 PASS: flexGrow from [0] to [1] was [1.5] at 1.5
41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698