| Index: LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFECompositeElement-expected.txt
|
| diff --git a/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFECompositeElement-expected.txt b/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFECompositeElement-expected.txt
|
| index 64b27e1a5c6697a543a0bf62f0bae2f446ee514d..f29ba2288f45d827ec806fa9607cf5cfbe3f7e23 100644
|
| --- a/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFECompositeElement-expected.txt
|
| +++ b/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFECompositeElement-expected.txt
|
| @@ -35,13 +35,13 @@ PASS feCompositeElement.operator.baseVal is SVGFECompositeElement.SVG_FECOMPOSIT
|
| PASS feCompositeElement.getAttribute('operator') is "arithmetic"
|
|
|
| Try setting invalid values
|
| -PASS feCompositeElement.operator.baseVal = 7 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
|
| +PASS feCompositeElement.operator.baseVal = 7 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute..
|
| PASS feCompositeElement.operator.baseVal is SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ARITHMETIC
|
| PASS feCompositeElement.getAttribute('operator') is "arithmetic"
|
| -PASS feCompositeElement.operator.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
|
| +PASS feCompositeElement.operator.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute..
|
| PASS feCompositeElement.operator.baseVal is SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ARITHMETIC
|
| PASS feCompositeElement.getAttribute('operator') is "arithmetic"
|
| -PASS feCompositeElement.operator.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1.
|
| +PASS feCompositeElement.operator.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute..
|
| PASS feCompositeElement.operator.baseVal is SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ARITHMETIC
|
| PASS feCompositeElement.getAttribute('operator') is "arithmetic"
|
|
|
|
|