| Index: LayoutTests/animations/interpolation/border-width-interpolation-expected.txt
|
| diff --git a/LayoutTests/animations/interpolation/border-width-interpolation-expected.txt b/LayoutTests/animations/interpolation/border-width-interpolation-expected.txt
|
| index 0e484fe23135c0e63e6471f1416eb055b59bf2ea..923fa03ca0eeed7abbec8f0cb997b51ae1ef24bd 100644
|
| --- a/LayoutTests/animations/interpolation/border-width-interpolation-expected.txt
|
| +++ b/LayoutTests/animations/interpolation/border-width-interpolation-expected.txt
|
| @@ -4,4 +4,10 @@ PASS: border-width from [0px] to [10px] was [3px] at 0.3
|
| PASS: border-width from [0px] to [10px] was [6px] at 0.6
|
| PASS: border-width from [0px] to [10px] was [10px] at 1
|
| PASS: border-width from [0px] to [10px] was [15px] at 1.5
|
| +FAIL: borderWidth from [0px] to [10px] was [2px] at -0.3, expected [0px]
|
| +FAIL: borderWidth from [0px] to [10px] was [2px] at 0, expected [0px]
|
| +FAIL: borderWidth from [0px] to [10px] was [2px] at 0.3, expected [3px]
|
| +FAIL: borderWidth from [0px] to [10px] was [2px] at 0.6, expected [6px]
|
| +FAIL: borderWidth from [0px] to [10px] was [2px] at 1, expected [10px]
|
| +FAIL: borderWidth from [0px] to [10px] was [2px] at 1.5, expected [15px]
|
|
|
|
|