Index: LayoutTests/svg/dom/SVGAnimatedEnumeration-expected.txt |
diff --git a/LayoutTests/svg/dom/SVGAnimatedEnumeration-expected.txt b/LayoutTests/svg/dom/SVGAnimatedEnumeration-expected.txt |
index ec829cc1445bf34b65e37cb412ae7cf787b80007..c032a73aa6ea09a5c5267f0ce3417317cc31e718 100644 |
--- a/LayoutTests/svg/dom/SVGAnimatedEnumeration-expected.txt |
+++ b/LayoutTests/svg/dom/SVGAnimatedEnumeration-expected.txt |
@@ -14,16 +14,16 @@ PASS enumRef is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX |
PASS clipPathElement.clipPathUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE |
Check assigning various valid and invalid values |
-PASS clipPathElement.clipPathUnits.baseVal = 3 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1. |
+PASS clipPathElement.clipPathUnits.baseVal = 3 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute.. |
PASS clipPathElement.clipPathUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE |
-PASS clipPathElement.clipPathUnits.baseVal = -1 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1. |
+PASS clipPathElement.clipPathUnits.baseVal = -1 threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute.. |
PASS clipPathElement.clipPathUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE |
PASS clipPathElement.clipPathUnits.baseVal = '1' is "1" |
PASS clipPathElement.clipPathUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE |
-PASS clipPathElement.clipPathUnits.baseVal = 'aString' threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1. |
+PASS clipPathElement.clipPathUnits.baseVal = 'aString' threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute.. |
PASS clipPathElement.clipPathUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE |
PASS clipPathElement.clipPathUnits.baseVal = 2 is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX |
-PASS clipPathElement.clipPathUnits.baseVal = clipPathElement threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1. |
+PASS clipPathElement.clipPathUnits.baseVal = clipPathElement threw exception SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute.. |
PASS clipPathElement.clipPathUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX |
PASS successfullyParsed is true |