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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt

Issue 14200030: Remove XMLHttpRequestException in favor of DOMException (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix tests after rebasing... Created 7 years, 8 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 8114d606ccac71915fca96ed748b58810e370c35..c57f4bf0ebad25305e5d2d18a4d6f24e21843c5a 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: NETWORK_ERR: XMLHttpRequest Exception 101
+PASS: Error: NetworkError: DOM Exception 19
Testing: http://localhost:8000/xmlhttprequest/resources/get.txt (async)
PASS: 0

Powered by Google App Engine
This is Rietveld 408576698