diff options
Diffstat (limited to 'webkit/data')
2 files changed, 4 insertions, 4 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/DOMException/prototype-object-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/DOMException/prototype-object-expected.txt index 3afbba2..64c6046 100644 --- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/DOMException/prototype-object-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/DOMException/prototype-object-expected.txt @@ -4,9 +4,9 @@ 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]. +PASS Object.prototype.toString.call(e) is "[object DOMException]" 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] }. +FAIL e.constructor.toString() should be [object DOMExceptionConstructor]. Was function DOMException() { [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 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/DOMException/prototype-object-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/DOMException/prototype-object-expected.txt index 3afbba2..64c6046 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/DOMException/prototype-object-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/DOMException/prototype-object-expected.txt @@ -4,9 +4,9 @@ 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]. +PASS Object.prototype.toString.call(e) is "[object DOMException]" 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] }. +FAIL e.constructor.toString() should be [object DOMExceptionConstructor]. Was function DOMException() { [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 |