| Index: LayoutTests/animations/interpolation/webkit-column-gap-interpolation-expected.txt
|
| diff --git a/LayoutTests/animations/interpolation/webkit-column-gap-interpolation-expected.txt b/LayoutTests/animations/interpolation/webkit-column-gap-interpolation-expected.txt
|
| index 87657886fd3f3e0a3d9a869062af94e1df1344e3..588ab1164ef99ff44278d7bfd4161ab4e8ac2b0a 100644
|
| --- a/LayoutTests/animations/interpolation/webkit-column-gap-interpolation-expected.txt
|
| +++ b/LayoutTests/animations/interpolation/webkit-column-gap-interpolation-expected.txt
|
| @@ -1,3 +1,4 @@
|
| +CSS Animations:
|
| PASS: -webkit-column-gap from [0px] to [100px] was [0] at -0.3
|
| PASS: -webkit-column-gap from [0px] to [100px] was [0] at 0
|
| PASS: -webkit-column-gap from [0px] to [100px] was [30px] at 0.3
|
| @@ -5,3 +6,11 @@ PASS: -webkit-column-gap from [0px] to [100px] was [60px] at 0.6
|
| PASS: -webkit-column-gap from [0px] to [100px] was [100px] at 1
|
| PASS: -webkit-column-gap from [0px] to [100px] was [150px] at 1.5
|
|
|
| +Web Animations API:
|
| +FAIL: webkitColumnGap from [0px] to [100px] was [20px] at -0.3, expected [0] (parsed as [0px])
|
| +FAIL: webkitColumnGap from [0px] to [100px] was [20px] at 0, expected [0] (parsed as [0px])
|
| +FAIL: webkitColumnGap from [0px] to [100px] was [20px] at 0.3, expected [30px]
|
| +FAIL: webkitColumnGap from [0px] to [100px] was [20px] at 0.6, expected [60px]
|
| +FAIL: webkitColumnGap from [0px] to [100px] was [20px] at 1, expected [100px]
|
| +FAIL: webkitColumnGap from [0px] to [100px] was [20px] at 1.5, expected [150px]
|
| +
|
|
|