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

Unified Diff: LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-exceptions-expected.txt

Issue 23041002: Improve 'XMLHttpRequest' exception messages. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ExceptionMessages. Created 7 years, 4 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/fast/xmlhttprequest/xmlhttprequest-open-exceptions-expected.txt
diff --git a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-exceptions-expected.txt b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-exceptions-expected.txt
index 1074889d8e97e044091aa2ab627b1ffb3c14c024..fd7f9946f41130c4a0d75122fa4616cc9e261c42 100644
--- a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-exceptions-expected.txt
+++ b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-exceptions-expected.txt
@@ -5,7 +5,7 @@ This tests that exceptions thrown by XHR.open() have reasonable messages.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS xhrException.message is "'XMLHttpRequest.open' does not support the 'TRACE' method."
+PASS xhrException.message is "Failed to execute 'open' on 'XMLHttpRequest': 'TRACE' HTTP method is unsupported."
PASS xhrException.message is "Refused to connect to 'http://not.example.com/' because it violates the document's Content Security Policy."
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698