Index: LayoutTests/svg/custom/SVGException-expected.txt |
diff --git a/LayoutTests/svg/custom/SVGException-expected.txt b/LayoutTests/svg/custom/SVGException-expected.txt |
index 7d86e5502c87731d19ff02c5672c657b53700c23..2c03da12fc5a62488ac0a387c8001f9c2962744e 100644 |
--- a/LayoutTests/svg/custom/SVGException-expected.txt |
+++ b/LayoutTests/svg/custom/SVGException-expected.txt |
@@ -3,7 +3,7 @@ Tests the properties of the SVGException object. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS e.toString() is "Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1" |
+PASS e.toString() is "SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute." |
PASS Object.prototype.toString.call(e) is "[object SVGException]" |
FAIL Object.prototype.toString.call(e.__proto__) should be [object SVGExceptionPrototype]. Was [object Object]. |
PASS e.constructor.toString() is "function SVGException() { [native code] }" |