| 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..ad190bbb16743328ba6b86f5e00d010cfa53a13e 100644
|
| --- a/LayoutTests/animations/interpolation/outline-width-interpolation-expected.txt
|
| +++ b/LayoutTests/animations/interpolation/outline-width-interpolation-expected.txt
|
| @@ -1,3 +1,4 @@
|
| +CSS Animations:
|
| PASS: outline-width from [0px] to [10px] was [0px] at -0.3
|
| PASS: outline-width from [0px] to [10px] was [0px] at 0
|
| PASS: outline-width from [0px] to [10px] was [3px] at 0.3
|
| @@ -5,3 +6,11 @@ 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
|
|
|
| +Web Animations API:
|
| +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]
|
| +
|
|
|