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

Unified Diff: LayoutTests/fast/xmlhttprequest/xmlhttprequest-sync-disabled-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/fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt
diff --git a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt
index a33aa09fb24a805081ae2845c0a6cec2eadee984..c488c2d2036ebccab1634327121313528677c11a 100644
--- a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt
+++ b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt
@@ -4,7 +4,7 @@ This tests that synchronous XMLHttpRequests fail when they are disabled for docu
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS xhr.open("GET", "http://mydomain/", false) threw exception Error: InvalidAccessError: DOM Exception 15.
+PASS xhr.open("GET", "http://mydomain/", false) threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698