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

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

Issue 1235213004: Blob/File constructors/slice method shouldn't throw on invalid types (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove debugging spew Created 5 years, 5 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/http/tests/xmlhttprequest/post-blob-content-type-sync-expected.txt
diff --git a/LayoutTests/http/tests/xmlhttprequest/post-blob-content-type-sync-expected.txt b/LayoutTests/http/tests/xmlhttprequest/post-blob-content-type-sync-expected.txt
index f5c71037c6150051dd90b6a8d9e086e59aa0d912..15105673e38eba9f459e14f56300d622439b457b 100644
--- a/LayoutTests/http/tests/xmlhttprequest/post-blob-content-type-sync-expected.txt
+++ b/LayoutTests/http/tests/xmlhttprequest/post-blob-content-type-sync-expected.txt
@@ -16,14 +16,14 @@ PASS postedMimeType === undefined is true
PASS postedMimeType is "multipart/mixed;boundary=\"--blob-boundary\""
PASS postedMimeType === undefined is true
PASS postedMimeType === undefined is true
-PASS Exception should be thrown.
+PASS postedMimeType === undefined is true
PASS Exception should be thrown.
PASS postedMimeType is "text/plain;charset=utf-8"
PASS postedMimeType is "text/plain;charset=utf-8"
PASS postedMimeType === undefined is true
PASS postedMimeType === undefined is true
PASS postedMimeType is "multipart/mixed;boundary=\"--blob-boundary\""
-PASS Exception should be thrown.
+PASS postedMimeType === undefined is true
PASS postedMimeType === undefined is true
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698