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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/cross-origin-preflight-get-response-type-blob-expected.txt

Issue 23444058: Use downloadToFile option when XHR downloads a Blob (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase test style and XHR Created 7 years 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/http/tests/xmlhttprequest/cross-origin-preflight-get-response-type-blob-expected.txt
diff --git a/LayoutTests/http/tests/xmlhttprequest/cross-origin-preflight-get-expected.txt b/LayoutTests/http/tests/xmlhttprequest/cross-origin-preflight-get-response-type-blob-expected.txt
similarity index 52%
copy from LayoutTests/http/tests/xmlhttprequest/cross-origin-preflight-get-expected.txt
copy to LayoutTests/http/tests/xmlhttprequest/cross-origin-preflight-get-response-type-blob-expected.txt
index ef615116643dd29589141a7d2b37c929e1d1d690..6f8f556717bc08579fccc9ec9483288306f1400d 100644
--- a/LayoutTests/http/tests/xmlhttprequest/cross-origin-preflight-get-expected.txt
+++ b/LayoutTests/http/tests/xmlhttprequest/cross-origin-preflight-get-response-type-blob-expected.txt
@@ -1,4 +1,4 @@
-The "Origin" header must be sent with a "non-simple" cross-origin resource sharing request that uses the GET method.
+The "Origin" header must be sent with a "non-simple" cross-origin resource sharing request that uses the GET method and specifies "blob" as response type.
PASS: Origin header correctly sent

Powered by Google App Engine
This is Rietveld 408576698