| Index: LayoutTests/animations/interpolation/calc-interpolation-expected.txt
|
| diff --git a/LayoutTests/animations/interpolation/calc-interpolation-expected.txt b/LayoutTests/animations/interpolation/calc-interpolation-expected.txt
|
| index aacf83fd2c51707335a1a690a5fcec69891d9ae1..3571f495c10ee08356b96e515d8e210ce7376a20 100644
|
| --- a/LayoutTests/animations/interpolation/calc-interpolation-expected.txt
|
| +++ b/LayoutTests/animations/interpolation/calc-interpolation-expected.txt
|
| @@ -19,11 +19,11 @@ PASS: text-indent from [0em] to [100px] was [50px] at 0.5
|
| PASS: text-indent from [0em] to [100px] was [75px] at 0.75
|
| PASS: text-indent from [0em] to [100px] was [100px] at 1
|
| PASS: text-indent from [0em] to [100px] was [125px] at 1.25
|
| -FAIL: text-indent from [0%] to [100px] was [-25px] at -0.25, expected [calc(0% + -25px)]
|
| +PASS: text-indent from [0%] to [100px] was [calc(0% + -25px)] at -0.25
|
| PASS: text-indent from [0%] to [100px] was [0%] at 0
|
| -FAIL: text-indent from [0%] to [100px] was [25px] at 0.25, expected [calc(0% + 25px)]
|
| -FAIL: text-indent from [0%] to [100px] was [50px] at 0.5, expected [calc(0% + 50px)]
|
| -FAIL: text-indent from [0%] to [100px] was [75px] at 0.75, expected [calc(0% + 75px)]
|
| +PASS: text-indent from [0%] to [100px] was [calc(0% + 25px)] at 0.25
|
| +PASS: text-indent from [0%] to [100px] was [calc(0% + 50px)] at 0.5
|
| +PASS: text-indent from [0%] to [100px] was [calc(0% + 75px)] at 0.75
|
| PASS: text-indent from [0%] to [100px] was [100px] at 1
|
| -FAIL: text-indent from [0%] to [100px] was [125px] at 1.25, expected [calc(0% + 125px)]
|
| +PASS: text-indent from [0%] to [100px] was [calc(0% + 125px)] at 1.25
|
|
|
|
|