Index: Source/core/animation/AnimatableNeutralTest.cpp |
diff --git a/Source/core/animation/AnimatableNeutralTest.cpp b/Source/core/animation/AnimatableNeutralTest.cpp |
index 07469620675c55dfbf4e852b1f3ec9e611f8fd1a..cfa7a84852384d8d63f2c5f18e8d8b7e8e0cdf58 100644 |
--- a/Source/core/animation/AnimatableNeutralTest.cpp |
+++ b/Source/core/animation/AnimatableNeutralTest.cpp |
@@ -40,12 +40,12 @@ using namespace WebCore; |
namespace { |
-TEST(AnimatableNeutral, Create) |
+TEST(CoreAnimationAnimatableNeutralTest, Create) |
{ |
EXPECT_TRUE(AnimatableValue::neutralValue()); |
} |
-TEST(AnimatableNeutral, Add) |
+TEST(CoreAnimationAnimatableNeutralTest, Add) |
{ |
RefPtr<CSSValue> cssValue = CSSArrayFunctionValue::create(); |
RefPtr<AnimatableValue> animatableUnknown = AnimatableUnknown::create(cssValue); |