| Index: Source/core/animation/LengthBoxStyleInterpolationTest.cpp
|
| diff --git a/Source/core/animation/LengthBoxStyleInterpolationTest.cpp b/Source/core/animation/LengthBoxStyleInterpolationTest.cpp
|
| index 28497c270d15fea03c4a20fec8b79f53211b70ed..90a7803add5d5a5eea21ebdbe7e7821e17e51631 100644
|
| --- a/Source/core/animation/LengthBoxStyleInterpolationTest.cpp
|
| +++ b/Source/core/animation/LengthBoxStyleInterpolationTest.cpp
|
| @@ -65,7 +65,7 @@ TEST_F(AnimationLengthBoxStyleInterpolationTest, ZeroLengthBox)
|
| rectEms->setBottom(CSSPrimitiveValue::create(0, CSSPrimitiveValue::CSS_EMS));
|
|
|
| value = roundTrip(CSSPrimitiveValue::create(rectEms.release()));
|
| - testPrimitiveValue(value, 0, 0, 0, 0, CSSPrimitiveValue::CSS_PX);
|
| + testPrimitiveValue(value, 0, 0, 0, 0, CSSPrimitiveValue::CSS_EMS);
|
| }
|
|
|
| TEST_F(AnimationLengthBoxStyleInterpolationTest, SingleUnitBox)
|
|
|