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

Unified Diff: third_party/WebKit/LayoutTests/fast/files/apply-blob-url-to-xhr-expected.txt

Issue 2940553003: Failure in reading Blob URL should results in network error
Patch Set: . Created 3 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: third_party/WebKit/LayoutTests/fast/files/apply-blob-url-to-xhr-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/files/apply-blob-url-to-xhr-expected.txt b/third_party/WebKit/LayoutTests/fast/files/apply-blob-url-to-xhr-expected.txt
index fe4508247ff066fd4d46602c5c1d7af2f0f7c006..ae02f799c315bf66a2c4dfb3df86d4f812b674f1 100644
--- a/third_party/WebKit/LayoutTests/fast/files/apply-blob-url-to-xhr-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/files/apply-blob-url-to-xhr-expected.txt
@@ -6,8 +6,7 @@ Response: Hello
Test that sync XMLHttpRequest POST fails.
Received exception, code: 19, name: NetworkError, message: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'blob:file:///UUID': 'GET' is the only method allowed for 'blob:' URLs.
Test that sync XMLHttpRequest GET fails after the blob URL is revoked.
-Status: 404
-Response:
+Received exception, code: 19, name: NetworkError, message: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'blob:file:///UUID'.
Test that async XMLHttpRequest GET succeeds.
Status: 200
Response: Hello
@@ -17,7 +16,6 @@ Test the slicing the blob response doesn't crash the browser.
Status: 200
First byte of response: H
Test that async XMLHttpRequest GET fails after the blob URL is revoked.
-Status: 404
-Response:
+Error event is dispatched
DONE

Powered by Google App Engine
This is Rietveld 408576698