Index: LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGComponentTransferFunctionElement-expected.txt |
diff --git a/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGComponentTransferFunctionElement-expected.txt b/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGComponentTransferFunctionElement-expected.txt |
index 250d064a44ba9b865b47a6a4448663770e3414bb..65c2e59fc4e8de18325fb9c608dec8267019b326 100644 |
--- a/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGComponentTransferFunctionElement-expected.txt |
+++ b/LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGComponentTransferFunctionElement-expected.txt |
@@ -30,13 +30,13 @@ PASS feFuncRElement.type.baseVal is SVGComponentTransferFunctionElement.SVG_FECO |
PASS feFuncRElement.getAttribute('type') is "gamma" |
Try setting invalid values |
-PASS feFuncRElement.type.baseVal = 6 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1. |
+PASS feFuncRElement.type.baseVal = 6 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute.. |
PASS feFuncRElement.type.baseVal is SVGComponentTransferFunctionElement.SVG_FECOMPONENTTRANSFER_TYPE_GAMMA |
PASS feFuncRElement.getAttribute('type') is "gamma" |
-PASS feFuncRElement.type.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1. |
+PASS feFuncRElement.type.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute.. |
PASS feFuncRElement.type.baseVal is SVGComponentTransferFunctionElement.SVG_FECOMPONENTTRANSFER_TYPE_GAMMA |
PASS feFuncRElement.getAttribute('type') is "gamma" |
-PASS feFuncRElement.type.baseVal = 0 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1. |
+PASS feFuncRElement.type.baseVal = 0 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute.. |
PASS feFuncRElement.type.baseVal is SVGComponentTransferFunctionElement.SVG_FECOMPONENTTRANSFER_TYPE_GAMMA |
PASS feFuncRElement.getAttribute('type') is "gamma" |