| Index: LayoutTests/animations/interpolation/margin-interpolation-expected.txt
|
| diff --git a/LayoutTests/animations/interpolation/margin-interpolation-expected.txt b/LayoutTests/animations/interpolation/margin-interpolation-expected.txt
|
| index f4d7973e31f6aeb5fc089f1c1dfcee39006bce91..cf9930bfb5eb248902f13b171843814b75458148 100644
|
| --- a/LayoutTests/animations/interpolation/margin-interpolation-expected.txt
|
| +++ b/LayoutTests/animations/interpolation/margin-interpolation-expected.txt
|
| @@ -4,4 +4,10 @@ PASS: margin from [0px] to [10px] was [3px] at 0.3
|
| PASS: margin from [0px] to [10px] was [6px] at 0.6
|
| PASS: margin from [0px] to [10px] was [10px] at 1
|
| PASS: margin from [0px] to [10px] was [15px] at 1.5
|
| +FAIL: margin from [0px] to [10px] was [0px] at -0.3, expected [-3px]
|
| +PASS: margin from [0px] to [10px] was [0px] at 0
|
| +FAIL: margin from [0px] to [10px] was [0px] at 0.3, expected [3px]
|
| +FAIL: margin from [0px] to [10px] was [0px] at 0.6, expected [6px]
|
| +FAIL: margin from [0px] to [10px] was [0px] at 1, expected [10px]
|
| +FAIL: margin from [0px] to [10px] was [0px] at 1.5, expected [15px]
|
|
|
|
|