blob: f7c39a30282389d44f9e700d432d8d33e322cd81 [file] [log] [blame]
CONSOLE WARNING: line 17: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
Test for slicing blobs created by BlobBuilder sending them via XMLHttpRequest.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
* BlobBuilder.append(data) and then apply Blob.slice()
PASS Expected response data received: OK
PASS Expected response data received: OK
PASS Expected response data received: OK
PASS Expected response data received: OK
PASS Expected response data received: OK
* BlobBuilder.append(data) and then apply nested Blob.slice()
PASS Expected response data received: OK
PASS Expected response data received: OK
PASS successfullyParsed is true
TEST COMPLETE