| OLD | NEW |
| 1 CONSOLE WARNING: line 17: Synchronous XMLHttpRequest on the main thread is depre
cated because of its detrimental effects to the end user's experience. For more
help, check https://xhr.spec.whatwg.org/. | 1 CONSOLE WARNING: line 17: Synchronous XMLHttpRequest on the main thread is depre
cated because of its detrimental effects to the end user's experience. For more
help, check https://xhr.spec.whatwg.org/. |
| 2 Test for building blobs with multiple strings combined by BlobBuilder and sendin
g them via XMLHttpRequest. | 2 Test for building blobs with multiple strings combined by BlobBuilder and sendin
g them via XMLHttpRequest. |
| 3 | 3 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 | 5 |
| 6 | 6 |
| 7 * BlobBuilder.append(string) | 7 * BlobBuilder.append(string) |
| 8 PASS Expected response data received: OK | 8 PASS Expected response data received: OK |
| 9 PASS Expected response data received: OK | 9 PASS Expected response data received: OK |
| 10 PASS 'type/foo' is 'type/foo' | 10 PASS 'type/foo' is 'type/foo' |
| 11 PASS Expected response data received: OK | 11 PASS Expected response data received: OK |
| 12 * BlobBuilder.append(blob) | 12 * BlobBuilder.append(blob) |
| 13 PASS Expected response data received: OK | 13 PASS Expected response data received: OK |
| 14 PASS Expected response data received: OK | 14 PASS Expected response data received: OK |
| 15 PASS 'type/bar' is 'type/bar' | 15 PASS 'type/bar' is 'type/bar' |
| 16 PASS Expected response data received: OK | 16 PASS Expected response data received: OK |
| 17 * BlobBuilder.append(string/blob) | 17 * BlobBuilder.append(string/blob) |
| 18 PASS Expected response data received: OK | 18 PASS Expected response data received: OK |
| 19 PASS Expected response data received: OK | 19 PASS Expected response data received: OK |
| 20 * BlobBuilder.append(string/blob) - with recycled blob | 20 * BlobBuilder.append(string/blob) - with recycled blob |
| 21 PASS Expected response data received: OK | 21 PASS Expected response data received: OK |
| 22 * BlobBuilder.append(string) - with line-endings | 22 * BlobBuilder.append(string) - with line-endings |
| 23 PASS Expected response data received: OK | 23 PASS Expected response data received: OK |
| 24 PASS Expected response data received: OK | 24 PASS Expected response data received: OK |
| 25 PASS Expected response data received: OK | 25 PASS Expected response data received: OK |
| 26 * BlobBuilder.append(string, "native") - with line-endings | |
| 27 PASS Expected response data received: OK | |
| 28 PASS Expected response data received: OK | |
| 29 PASS Expected response data received: OK | |
| 30 PASS Expected response data received: OK | |
| 31 PASS successfullyParsed is true | 26 PASS successfullyParsed is true |
| 32 | 27 |
| 33 TEST COMPLETE | 28 TEST COMPLETE |
| 34 | 29 |
| OLD | NEW |