Index: LayoutTests/fast/dom/DOMException/resources/XPathException.js |
diff --git a/LayoutTests/fast/dom/DOMException/resources/XPathException.js b/LayoutTests/fast/dom/DOMException/resources/XPathException.js |
index 62d8764c06863dc7088e3aafa8dd1c8d16895708..18b69c82ed13134557ba288020907ce0d41db07e 100644 |
--- a/LayoutTests/fast/dom/DOMException/resources/XPathException.js |
+++ b/LayoutTests/fast/dom/DOMException/resources/XPathException.js |
@@ -11,7 +11,7 @@ try { |
e = err; |
} |
-shouldBeEqualToString("e.toString()", "Error: TYPE_ERR: DOM XPath Exception 52"); |
+shouldBeEqualToString("e.toString()", "TYPE_ERR: The expression could not be converted to return the specified type."); |
shouldBeEqualToString("Object.prototype.toString.call(e)", "[object XPathException]"); |
shouldBeEqualToString("Object.prototype.toString.call(e.__proto__)", "[object XPathExceptionPrototype]"); |
shouldBeEqualToString("e.constructor.toString()", "function XPathException() { [native code] }"); |