Index: LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-response-type-blob-expected.txt |
diff --git a/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-response-type-blob-expected.txt b/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-response-type-blob-expected.txt |
index 72e2a89785c075f2b48e3f1209077d448a51a77d..858cf368592ae492c134a27c09c310144ebbbebc 100644 |
--- a/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-response-type-blob-expected.txt |
+++ b/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-response-type-blob-expected.txt |
@@ -6,7 +6,15 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
PASS req.status is 200 |
PASS req.response.size is 4 |
PASS buffer is "PASS" |
-PASS XHR with responseType="blob" succeeded |
+PASS Set responseType before open(): Successful |
+PASS req.status is 200 |
+PASS req.response.size is 4 |
+PASS buffer is "PASS" |
+PASS Set responseType before send(): Successful |
+PASS req.status is 200 |
+PASS req.response.size is 4 |
+PASS buffer is "PASS" |
+PASS Set responseType in HEADERS_RECEIVED: Successful |
PASS successfullyParsed is true |
TEST COMPLETE |