| Index: sky/engine/core/animation/DeferredLegacyStyleInterpolationTest.cpp
|
| diff --git a/sky/engine/core/animation/DeferredLegacyStyleInterpolationTest.cpp b/sky/engine/core/animation/DeferredLegacyStyleInterpolationTest.cpp
|
| index 2cbcf3663c53a47af120084247043ebc69c2a931..0d4544f05acb2ffa5b49a75b5c97c6efd2fcce84 100644
|
| --- a/sky/engine/core/animation/DeferredLegacyStyleInterpolationTest.cpp
|
| +++ b/sky/engine/core/animation/DeferredLegacyStyleInterpolationTest.cpp
|
| @@ -27,11 +27,6 @@ protected:
|
| }
|
| };
|
|
|
| -TEST_F(AnimationDeferredLegacyStyleInterpolationTest, Inherit)
|
| -{
|
| - EXPECT_TRUE(test(CSSPropertyCaptionSide, "inherit"));
|
| -}
|
| -
|
| TEST_F(AnimationDeferredLegacyStyleInterpolationTest, Color)
|
| {
|
| EXPECT_FALSE(test(CSSPropertyColor, "rgb(10, 20, 30)"));
|
|
|