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 853476f7d5399839f4030d86280c76f8cd5a975c..90920def66f19d6ec442aacf5d5ffe16ddcd1b89 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 |
@@ -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 Exception should be thrown. |
-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 |