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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-https-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/origin-whitelisting-https-expected.txt
diff --git a/LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt b/LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt
index c57f4bf0ebad25305e5d2d18a4d6f24e21843c5a..ae26e2fc4c390dadb46e9b366e97bf5c560fec82 100644
--- a/LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt
+++ b/LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt
@@ -3,7 +3,7 @@ CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest
Tests that origin whitelisting for https does not match http URLs.
Testing: http://localhost:8000/xmlhttprequest/resources/get.txt (sync)
-PASS: Error: NetworkError: DOM Exception 19
+PASS: NetworkError: A network error occurred.
Testing: http://localhost:8000/xmlhttprequest/resources/get.txt (async)
PASS: 0

Powered by Google App Engine
This is Rietveld 408576698