Index: webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/DOMException/RangeException-expected.txt |
=================================================================== |
--- webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/DOMException/RangeException-expected.txt (revision 0) |
+++ webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/DOMException/RangeException-expected.txt (revision 0) |
@@ -0,0 +1,16 @@ |
+Tests the properties of the RangeException object. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS e.toString() is "Error: INVALID_NODE_TYPE_ERR: DOM Range Exception 2" |
+PASS Object.prototype.toString.call(e) is "[object RangeException]" |
+FAIL Object.prototype.toString.call(e.__proto__) should be [object RangeExceptionPrototype]. Was [object Object]. |
+FAIL e.constructor.toString() should be [object RangeExceptionConstructor]. Was function RangeException() { [native code] }. |
+PASS e.constructor is window.RangeException |
+PASS e.INVALID_NODE_TYPE_ERR is e.constructor.INVALID_NODE_TYPE_ERR |
+PASS e.BAD_BOUNDARYPOINTS_ERR is 1 |
+PASS e.INVALID_NODE_TYPE_ERR is 2 |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
Property changes on: webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/DOMException/RangeException-expected.txt |
___________________________________________________________________ |
Name: svn:eol-style |
+ native |