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

Unified Diff: third_party/WebKit/LayoutTests/fast/files/workers/worker-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/workers/worker-apply-blob-url-to-xhr-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/files/workers/worker-apply-blob-url-to-xhr-expected.txt b/third_party/WebKit/LayoutTests/fast/files/workers/worker-apply-blob-url-to-xhr-expected.txt
index e0195e8d197a00d7d6205f811d95b777589b5c00..5b1c4a091857481f7729748bc65a21959f67f87f 100644
--- a/third_party/WebKit/LayoutTests/fast/files/workers/worker-apply-blob-url-to-xhr-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/files/workers/worker-apply-blob-url-to-xhr-expected.txt
@@ -5,8 +5,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
@@ -16,7 +15,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