| Index: LayoutTests/http/tests/xmlhttprequest/workers/shared-worker-response-type-blob-sync-expected.txt
|
| diff --git a/LayoutTests/http/tests/xmlhttprequest/workers/shared-worker-response-type-blob-sync-expected.txt b/LayoutTests/http/tests/xmlhttprequest/workers/shared-worker-response-type-blob-sync-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..db64a7a72715a55277dd400ade8d40a117d42244
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/xmlhttprequest/workers/shared-worker-response-type-blob-sync-expected.txt
|
| @@ -0,0 +1,14 @@
|
| +Request a file as the Blob type with synchronous XMLHttpRequest in a shared 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
|
| +
|
|
|