| Index: third_party/WebKit/Source/core/animation/KeyframeEffectTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/KeyframeEffectTest.cpp b/third_party/WebKit/Source/core/animation/KeyframeEffectTest.cpp
|
| index 57043099884ee086f93082a9feb7575e0faee6b5..e5ecb3400b1e9b0d84c7d27b9c5b03eb5a0b2c72 100644
|
| --- a/third_party/WebKit/Source/core/animation/KeyframeEffectTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/KeyframeEffectTest.cpp
|
| @@ -236,7 +236,8 @@ TEST_F(AnimationKeyframeEffectV8Test, SpecifiedSetters)
|
| EXPECT_EQ("reverse", specified->direction());
|
|
|
| EXPECT_EQ("linear", specified->easing());
|
| - specified->setEasing("step-start");
|
| + specified->setEasing("step-start", exceptionState);
|
| + ASSERT_FALSE(exceptionState.hadException());
|
| EXPECT_EQ("step-start", specified->easing());
|
| }
|
|
|
|
|