Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(734)

Unified Diff: Source/core/layout/style/SVGLayoutStyleTest.cpp

Issue 956553004: Use Length for baselineShiftValue in SVGLayoutStyle (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: A few more TEs. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/layout/style/SVGLayoutStyleTest.cpp
diff --git a/Source/core/layout/style/SVGLayoutStyleTest.cpp b/Source/core/layout/style/SVGLayoutStyleTest.cpp
index a45b4d4d4dfd3ab182a5562487e86f7c4b381100..f0adcde39ff6c7bd9447ddd05107342cf50dde0b 100644
--- a/Source/core/layout/style/SVGLayoutStyleTest.cpp
+++ b/Source/core/layout/style/SVGLayoutStyleTest.cpp
@@ -67,7 +67,7 @@ TEST(SVGLayoutStyleTest, MiscStyleShouldCompareValue)
TEST_STYLE_VALUE_NO_DIFF(Color, FloodColor);
TEST_STYLE_VALUE_NO_DIFF(float, FloodOpacity);
TEST_STYLE_VALUE_NO_DIFF(Color, LightingColor);
- TEST_STYLE_REFPTR_VALUE_NO_DIFF(SVGLength, BaselineShiftValue);
+ TEST_STYLE_VALUE_NO_DIFF(Length, BaselineShiftValue);
}
}

Powered by Google App Engine
This is Rietveld 408576698