| 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
|
|
|