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 a87fb5bc5cc84e4b14006069b05e89ffa463d05b..0ad1027a15a2d74e0f2fc4b638ec33e4a73c9fb3 100644 |
--- a/LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt |
+++ b/LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt |
@@ -1,6 +1,6 @@ |
Tests the properties of XMLHttpRequest exceptions. |
-PASS e.toString() is "Error: NetworkError: DOM Exception 19" |
+PASS e.toString() is "NetworkError: A network error occurred." |
PASS Object.prototype.toString.call(e) is "[object DOMException]" |
FAIL Object.prototype.toString.call(e.__proto__) is not "[object DOMExceptionPrototype]". Was "[object Object]" |
PASS e.constructor.toString() is "function DOMException() { [native code] }" |