| Index: webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/DOMException/XPathException-expected.txt
|
| ===================================================================
|
| --- webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/DOMException/XPathException-expected.txt (revision 0)
|
| +++ webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/DOMException/XPathException-expected.txt (revision 0)
|
| @@ -0,0 +1,16 @@
|
| +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]"
|
| +FAIL Object.prototype.toString.call(e.__proto__) should be [object XPathExceptionPrototype]. Was [object Object].
|
| +FAIL e.constructor.toString() should be [object XPathExceptionConstructor]. Was function XPathException() { [native code] }.
|
| +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
|
|
|
| Property changes on: webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/DOMException/XPathException-expected.txt
|
| ___________________________________________________________________
|
| Name: svn:eol-style
|
| + native
|
|
|
|
|