| Index: LayoutTests/fast/dom/DOMException/XPathException-expected.txt
|
| diff --git a/LayoutTests/fast/dom/DOMException/XPathException-expected.txt b/LayoutTests/fast/dom/DOMException/XPathException-expected.txt
|
| index 486a4cbe1b303b7b7951467327fd79d3951bddb5..79f4fad77f6cb231fa4308334d9c226613d4565b 100644
|
| --- a/LayoutTests/fast/dom/DOMException/XPathException-expected.txt
|
| +++ b/LayoutTests/fast/dom/DOMException/XPathException-expected.txt
|
| @@ -3,7 +3,7 @@ Tests the properties of the XPathException object.
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS e.toString() is "Error: TYPE_ERR: DOM XPath Exception 52"
|
| +PASS e.toString() is "TYPE_ERR: The expression could not be converted to return the specified type."
|
| PASS Object.prototype.toString.call(e) is "[object XPathException]"
|
| FAIL Object.prototype.toString.call(e.__proto__) should be [object XPathExceptionPrototype]. Was [object Object].
|
| PASS e.constructor.toString() is "function XPathException() { [native code] }"
|
|
|