| Index: webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/DOMException/prototype-object-expected.txt
|
| ===================================================================
|
| --- webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/DOMException/prototype-object-expected.txt (revision 0)
|
| +++ webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/DOMException/prototype-object-expected.txt (revision 0)
|
| @@ -0,0 +1,15 @@
|
| +DOMException needs a real prototype: http://bugs.webkit.org/show_bug.cgi?id=16637
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS e.toString() is "Error: HIERARCHY_REQUEST_ERR: DOM Exception 3"
|
| +FAIL Object.prototype.toString.call(e) should be [object DOMException]. Was [object DOMCoreException].
|
| +FAIL Object.prototype.toString.call(e.__proto__) should be [object DOMExceptionPrototype]. Was [object Object].
|
| +FAIL e.constructor.toString() should be [object DOMExceptionConstructor]. Was function DOMCoreException() { [native code] }.
|
| +PASS e.constructor is window.DOMException
|
| +PASS e.HIERARCHY_REQUEST_ERR is e.constructor.HIERARCHY_REQUEST_ERR
|
| +PASS e.HIERARCHY_REQUEST_ERR is 3
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
|
|
| Property changes on: webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/DOMException/prototype-object-expected.txt
|
| ___________________________________________________________________
|
| Name: svn:eol-style
|
| + native
|
|
|
|
|