Index: LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt |
diff --git a/LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt b/LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt |
index d97ea321dc4e113a0a8d264473ff49d20baa00ff..8eb52008020e2c568f17d8b40de7b01eea7fafa5 100644 |
--- a/LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt |
+++ b/LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt |
@@ -3,7 +3,7 @@ Tests the properties of XMLHttpRequest exceptions. |
PASS e.toString() is "NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'http://127.0.0.1:8000/xmlhttprequest/resources/infinite-loop.php'." |
PASS Object.prototype.toString.call(e) is "[object DOMException]" |
-FAIL Object.prototype.toString.call(e.__proto__) is not "[object DOMExceptionPrototype]". Was "[object Object]" |
+PASS Object.prototype.toString.call(e.__proto__) is "[object DOMException]" |
PASS e.constructor.toString() is "function DOMException() { [native code] }" |
PASS e.constructor is window.DOMException |
PASS e.NETWORK_ERR is e.constructor.NETWORK_ERR |