| 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
|
| deleted file mode 100644
|
| index 4eab88f87e1641e1fc1c2a8fa637855d3b78ee3f..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/dom/DOMException/XPathException-expected.txt
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -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 Object.prototype.toString.call(e) is "[object XPathException]"
|
| -PASS Object.prototype.toString.call(e.__proto__) is "[object XPathExceptionPrototype]"
|
| -PASS e.constructor.toString() is "[object XPathExceptionConstructor]"
|
| -PASS e.constructor is window.XPathException
|
| -PASS e.TYPE_ERR is e.constructor.TYPE_ERR
|
| -PASS e.INVALID_EXPRESSION_ERR is 51
|
| -PASS e.TYPE_ERR is 52
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|