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

Unified Diff: LayoutTests/fast/files/apply-blob-url-to-xhr-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/fast/files/apply-blob-url-to-xhr-expected.txt
diff --git a/LayoutTests/fast/files/apply-blob-url-to-xhr-expected.txt b/LayoutTests/fast/files/apply-blob-url-to-xhr-expected.txt
index d994072bdc748536edb688c33ffc4c087eff6edd..06c4e3adc78d788a617f9cadfa5b624f2da9f1bf 100644
--- a/LayoutTests/fast/files/apply-blob-url-to-xhr-expected.txt
+++ b/LayoutTests/fast/files/apply-blob-url-to-xhr-expected.txt
@@ -3,7 +3,7 @@ Test that XMLHttpRequest GET succeeds.
Status: 200
Response: Hello
Test that XMLHttpRequest POST fails.
-Received exception 101: NETWORK_ERR
+Received exception 19: NetworkError
Test that XMLHttpRequest GET fails after the blob URL is revoked.
Status: 404
Response:

Powered by Google App Engine
This is Rietveld 408576698