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

Unified Diff: LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-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-responsetype-sync-request-expected.txt
diff --git a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt
index e4b9be0223e2a1c089954626a30c64fd52a025c2..ca0abd25344f26acb395ea4bbd5c3420e1c89fa2 100644
--- a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt
+++ b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt
@@ -5,8 +5,8 @@ This tests that the XMLHttpRequest responseType attribute is not modifiable for
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS xhr.responseType = 'document'; threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS xhr.responseType = 'document'; threw exception Error: InvalidAccessError: DOM Exception 15.
+PASS xhr.responseType = 'document'; threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
+PASS xhr.responseType = 'document'; threw exception InvalidAccessError: A parameter or an operation was not supported by the underlying object..
PASS window.location.protocol is "file:"
xhr.responseType = 'document';
PASS xhr.responseType is "document"

Powered by Google App Engine
This is Rietveld 408576698