| Index: LayoutTests/http/tests/xmlhttprequest/workers/xmlhttprequest-response-type-blob-expected.txt
|
| diff --git a/LayoutTests/http/tests/xmlhttprequest/workers/xmlhttprequest-response-type-blob-expected.txt b/LayoutTests/http/tests/xmlhttprequest/workers/xmlhttprequest-response-type-blob-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b17a8c079ba2456fbe83d045d1e8ccd000bde541
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/xmlhttprequest/workers/xmlhttprequest-response-type-blob-expected.txt
|
| @@ -0,0 +1,14 @@
|
| +Request a file as the Blob type with asynchronous 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.js
|
| +PASS [Worker] req.status is 200
|
| +PASS [Worker] req.response.size is 4
|
| +PASS [Worker] buffer is "PASS"
|
| +PASS [Worker] XHR with responseType="blob" succeeded
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|