| Index: Source/core/layout/style/SVGLayoutStyleTest.cpp
|
| diff --git a/Source/core/layout/style/SVGLayoutStyleTest.cpp b/Source/core/layout/style/SVGLayoutStyleTest.cpp
|
| index f0adcde39ff6c7bd9447ddd05107342cf50dde0b..ad3d662ac9791d5ee949b783313233d9b7dbb38f 100644
|
| --- a/Source/core/layout/style/SVGLayoutStyleTest.cpp
|
| +++ b/Source/core/layout/style/SVGLayoutStyleTest.cpp
|
| @@ -43,7 +43,7 @@ TEST(SVGLayoutStyleTest, StrokeStyleShouldCompareValue)
|
| TEST_STYLE_VALUE_NO_DIFF(float, StrokeOpacity);
|
| TEST_STYLE_VALUE_NO_DIFF(float, StrokeMiterLimit);
|
| TEST_STYLE_REFPTR_VALUE_NO_DIFF(SVGLength, StrokeWidth);
|
| - TEST_STYLE_REFPTR_VALUE_NO_DIFF(SVGLength, StrokeDashOffset);
|
| + TEST_STYLE_VALUE_NO_DIFF(Length, StrokeDashOffset);
|
| TEST_STYLE_REFPTR_VALUE_NO_DIFF(SVGLengthList, StrokeDashArray);
|
|
|
| {
|
|
|