Chromium Code Reviews| Index: LayoutTests/animations/interpolation/flex-interpolation-expected.txt |
| diff --git a/LayoutTests/animations/interpolation/flex-interpolation-expected.txt b/LayoutTests/animations/interpolation/flex-interpolation-expected.txt |
| index 2df8e394abb233ce7660847335f5a118151ef34e..9458fcea9681f60908e8cd842070c5a0fdb71ecf 100644 |
| --- a/LayoutTests/animations/interpolation/flex-interpolation-expected.txt |
| +++ b/LayoutTests/animations/interpolation/flex-interpolation-expected.txt |
| @@ -12,4 +12,30 @@ PASS: -webkit-flex from [0 0 100%] to [1 1 100%] was [0 0 100%] at 0.4 |
| PASS: -webkit-flex from [0 0 100%] to [1 1 100%] was [1 1 100%] at 0.6 |
| PASS: -webkit-flex from [0 0 100%] to [1 1 100%] was [1 1 100%] at 1 |
| PASS: -webkit-flex from [0 0 100%] to [1 1 100%] was [1 1 100%] at 1.5 |
| +PASS: flex-shrink from [0] to [1] was [0] at -0.3 |
| +PASS: flex-shrink from [0] to [1] was [0] at 0 |
| +FAIL: flex-shrink from [0] to [1] was [0] at 0.4, expected [0.4] (parsed as [0.4]) |
| +FAIL: flex-shrink from [0] to [1] was [1] at 0.6, expected [0.6] (parsed as [0.6]) |
| +PASS: flex-shrink from [0] to [1] was [1] at 1 |
| +FAIL: flex-shrink from [0] to [1] was [1] at 1.5, expected [1.5] |
| +PASS: flex-grow from [0] to [1] was [0] at -0.3 |
| +PASS: flex-grow from [0] to [1] was [0] at 0 |
| +FAIL: flex-grow from [0] to [1] was [0] at 0.4, expected [0.4] (parsed as [0.4]) |
| +FAIL: flex-grow from [0] to [1] was [1] at 0.6, expected [0.6] (parsed as [0.6]) |
| +PASS: flex-grow from [0] to [1] was [1] at 1 |
| +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.
|
| + |
| +Web Animations API: |
| +PASS: flexShrink from [0] to [1] was [0] at -0.3 |
| +PASS: flexShrink from [0] to [1] was [0] at 0 |
| +PASS: flexShrink from [0] to [1] was [0.4] at 0.4 |
| +PASS: flexShrink from [0] to [1] was [0.6] at 0.6 |
| +PASS: flexShrink from [0] to [1] was [1] at 1 |
| +PASS: flexShrink from [0] to [1] was [1.5] at 1.5 |
| +PASS: flexGrow from [0] to [1] was [0] at -0.3 |
| +PASS: flexGrow from [0] to [1] was [0] at 0 |
| +PASS: flexGrow from [0] to [1] was [0.4] at 0.4 |
| +PASS: flexGrow from [0] to [1] was [0.6] at 0.6 |
| +PASS: flexGrow from [0] to [1] was [1] at 1 |
| +PASS: flexGrow from [0] to [1] was [1.5] at 1.5 |