Index: LayoutTests/http/tests/xmlhttprequest/workers/xmlhttprequest-response-type-blob-sync-expected.txt |
diff --git a/LayoutTests/http/tests/xmlhttprequest/workers/xmlhttprequest-response-type-blob-sync-expected.txt b/LayoutTests/http/tests/xmlhttprequest/workers/xmlhttprequest-response-type-blob-sync-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8be92fee08253e69775dd33483d3e2b6ecdadbf8 |
--- /dev/null |
+++ b/LayoutTests/http/tests/xmlhttprequest/workers/xmlhttprequest-response-type-blob-sync-expected.txt |
@@ -0,0 +1,14 @@ |
+Request a file as the Blob type with synchronous XMLHttpRequest in a worker. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+Starting worker: resources/xmlhttprequest-response-type-blob-sync.js |
+PASS [Worker] req.status is 200 |
+PASS [Worker] req.response.size is 4 |
+PASS [Worker] buffer is "PASS" |
+PASS [Worker] Sync XHR with responseType="blob" succeeded |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |