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