Index: LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEMorphologyElement-expected.txt |
diff --git a/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEMorphologyElement-expected.txt b/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEMorphologyElement-expected.txt |
index 4eb4d5ba3448ebab4114267c8ed3adadf10e3844..c710b5d2223bfc9eb5f49fa24e7b852c8c7f5158 100644 |
--- a/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEMorphologyElement-expected.txt |
+++ b/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFEMorphologyElement-expected.txt |
@@ -15,13 +15,13 @@ PASS feMorphologyElement.operator.baseVal is SVGFEMorphologyElement.SVG_MORPHOLO |
PASS feMorphologyElement.getAttribute('operator') is "dilate" |
Try setting invalid values |
-PASS feMorphologyElement.operator.baseVal = 4 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1. |
+PASS feMorphologyElement.operator.baseVal = 4 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute.. |
PASS feMorphologyElement.operator.baseVal is SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE |
PASS feMorphologyElement.getAttribute('operator') is "dilate" |
-PASS feMorphologyElement.operator.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1. |
+PASS feMorphologyElement.operator.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute.. |
PASS feMorphologyElement.operator.baseVal is SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE |
PASS feMorphologyElement.getAttribute('operator') is "dilate" |
-PASS feMorphologyElement.operator.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1. |
+PASS feMorphologyElement.operator.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute.. |
PASS feMorphologyElement.operator.baseVal is SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE |
PASS feMorphologyElement.getAttribute('operator') is "dilate" |