Index: third_party/WebKit/Source/core/style/SVGComputedStyleTest.cpp |
diff --git a/third_party/WebKit/Source/core/style/SVGComputedStyleTest.cpp b/third_party/WebKit/Source/core/style/SVGComputedStyleTest.cpp |
index 045eb8ab05e77625a42b931e877625442d5ead21..ed6fab5f7f253b3bb52eb5b4ed3d51f2ef9a1f0e 100644 |
--- a/third_party/WebKit/Source/core/style/SVGComputedStyleTest.cpp |
+++ b/third_party/WebKit/Source/core/style/SVGComputedStyleTest.cpp |
@@ -35,7 +35,6 @@ namespace blink { |
TEST(SVGComputedStyleTest, StrokeStyleShouldCompareValue) { |
TEST_STYLE_VALUE_NO_DIFF(float, StrokeOpacity); |
TEST_STYLE_VALUE_NO_DIFF(float, StrokeMiterLimit); |
- TEST_STYLE_VALUE_NO_DIFF(UnzoomedLength, StrokeWidth); |
TEST_STYLE_VALUE_NO_DIFF(Length, StrokeDashOffset); |
TEST_STYLE_REFPTR_VALUE_NO_DIFF(SVGDashArray, StrokeDashArray); |