Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(302)

Unified Diff: LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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] }"

Powered by Google App Engine
This is Rietveld 408576698