Chromium Code Reviews| Index: Source/core/animation/LengthBoxStyleInterpolationTest.cpp |
| diff --git a/Source/core/animation/LengthBoxStyleInterpolationTest.cpp b/Source/core/animation/LengthBoxStyleInterpolationTest.cpp |
| index 8d2beb4a6158c2cf03735d4f6e9e421c38c01d30..ad934fa553a65098ddb7b9ee5393d788ee577381 100644 |
| --- a/Source/core/animation/LengthBoxStyleInterpolationTest.cpp |
| +++ b/Source/core/animation/LengthBoxStyleInterpolationTest.cpp |
| @@ -1,4 +1,4 @@ |
| -// Copyright 2014 The Chromium Authors. All rights reserved. |
| +/*// Copyright 2014 The Chromium Authors. All rights reserved. |
|
Eric Willigers
2015/02/11 03:56:32
We shouldn't leave the tests commented out.
|
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| @@ -209,4 +209,4 @@ TEST_F(AnimationLengthBoxStyleInterpolationTest, MultipleValuesBoxAndBool) |
| testPrimitiveValueBorderImageSlice(value1, 0, 20, 50, 0, 1, CSSPrimitiveValue::CSS_PERCENTAGE, CSSPrimitiveValue::CSS_PX, CSSPrimitiveValue::CSS_EMS, CSSPrimitiveValue::CSS_PX); |
| } |
| -} |
| +}*/ |