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

Unified Diff: LayoutTests/svg/animations/additive-type-by-animation-expected.txt

Issue 114373004: Remove the SVGColor and SVGPaint DOM interfaces (were deprecated). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: text diff fix Created 7 years 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: LayoutTests/svg/animations/additive-type-by-animation-expected.txt
diff --git a/LayoutTests/svg/animations/additive-type-by-animation-expected.txt b/LayoutTests/svg/animations/additive-type-by-animation-expected.txt
index f062d03019bbc6d10273662fbb4c185bb53679f7..fb27d89d5dde95e8c2d2e5ea8563910960d75e35 100644
--- a/LayoutTests/svg/animations/additive-type-by-animation-expected.txt
+++ b/LayoutTests/svg/animations/additive-type-by-animation-expected.txt
@@ -47,9 +47,9 @@ PASS path.transform.animVal.getItem(0).type is SVGTransform.SVG_TRANSFORM_ROTATE
PASS path.transform.animVal.getItem(0).angle is 45
PASS path.transform.animVal.getItem(1).type is SVGTransform.SVG_TRANSFORM_ROTATE
PASS path.transform.animVal.getItem(1).angle is 0
-PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0
-PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0
-PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0
+PASS colorComponents[1] is 0
+PASS colorComponents[2] is 0
+PASS colorComponents[3] is 0
PASS marker.orientAngle.baseVal.value is -45
PASS feConvolveMatrix.divisor.baseVal is 37.5
PASS feConvolveMatrix.orderX.baseVal is 6
@@ -130,9 +130,9 @@ PASS path.transform.animVal.getItem(0).type is SVGTransform.SVG_TRANSFORM_ROTATE
PASS path.transform.animVal.getItem(0).angle is 45
PASS path.transform.animVal.getItem(1).type is SVGTransform.SVG_TRANSFORM_ROTATE
PASS path.transform.animVal.getItem(1).angle is -22.5
-PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0
-PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 63
-PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0
+PASS colorComponents[1] is 0
+PASS colorComponents[2] is 63
+PASS colorComponents[3] is 0
PASS marker.orientAngle.baseVal.value is -45
PASS feConvolveMatrix.divisor.baseVal is 37.5
PASS feConvolveMatrix.orderX.baseVal is 6
@@ -213,9 +213,9 @@ PASS path.transform.animVal.getItem(0).type is SVGTransform.SVG_TRANSFORM_ROTATE
PASS path.transform.animVal.getItem(0).angle is 45
PASS path.transform.animVal.getItem(1).type is SVGTransform.SVG_TRANSFORM_ROTATE
PASS path.transform.animVal.getItem(1).angle is -45
-PASS color.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0
-PASS color.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 128
-PASS color.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0
+PASS colorComponents[1] is 0
+PASS colorComponents[2] is 128
+PASS colorComponents[3] is 0
PASS marker.orientAngle.baseVal.value is -45
PASS feConvolveMatrix.divisor.baseVal is 37.5
PASS feConvolveMatrix.orderX.baseVal is 6

Powered by Google App Engine
This is Rietveld 408576698