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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/post-blob-content-type-async-expected.txt

Issue 57483002: Implement File constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed most feedback. Created 7 years, 1 month 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/post-blob-content-type-async-expected.txt
diff --git a/LayoutTests/http/tests/xmlhttprequest/post-blob-content-type-async-expected.txt b/LayoutTests/http/tests/xmlhttprequest/post-blob-content-type-async-expected.txt
index 062c72f6b787d1c6c3f6160414d7a8d582f01025..420e464265d7b960ee5b540021a038e3ef1b7020 100644
--- a/LayoutTests/http/tests/xmlhttprequest/post-blob-content-type-async-expected.txt
+++ b/LayoutTests/http/tests/xmlhttprequest/post-blob-content-type-async-expected.txt
@@ -4,19 +4,24 @@ Test verifies that content MIME type is set correctly when Blob is sent using XM
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS expectedMimeType is "text/plain;charset=utf-8"
-PASS expectedMimeType is ""
-PASS expectedMimeType is ""
-PASS expectedMimeType is ""
-PASS expectedMimeType is ""
-PASS expectedMimeType is ""
-PASS expectedMimeType is ""
-PASS expectedMimeType is ""
-PASS expectedMimeType is "multipart/mixed;boundary=\"--blob-boundary\""
-PASS expectedMimeType is ""
+PASS postedMimeType is "text/plain;charset=utf-8"
+PASS postedMimeType is ""
+PASS postedMimeType is ""
+PASS postedMimeType is ""
+PASS postedMimeType is ""
+PASS postedMimeType is ""
+PASS postedMimeType is ""
+PASS postedMimeType is ""
+PASS postedMimeType is "multipart/mixed;boundary=\"--blob-boundary\""
+PASS postedMimeType is ""
PASS Exception should be thrown.
PASS Cross-origin request without CORS headers should fail.
-PASS expectedMimeType is "text/plain;charset=utf-8"
+PASS postedMimeType is "text/plain;charset=utf-8"
+PASS postedMimeType is "text/plain;charset=utf-8"
+PASS postedMimeType is ""
+PASS postedMimeType is ""
+PASS postedMimeType is "multipart/mixed;boundary=\"--blob-boundary\""
+PASS Exception should be thrown.
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698