OLD | NEW |
1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec
ause of its detrimental effects to the end user's experience. For more help, che
ck 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 | 2 |
3 Test for building blobs with multiple files combined by BlobBuilder and sending
them via XMLHttpRequest. (This test requires eventSender.beginDragWithFiles) | 3 Test for building blobs with multiple files combined by BlobBuilder and sending
them via XMLHttpRequest. (This test requires eventSender.beginDragWithFiles) |
4 | 4 |
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
6 | 6 |
7 | 7 |
8 * BlobBuilder.append(file) - single file | 8 * BlobBuilder.append(file) - single file |
9 PASS Expected response data received: OK | 9 PASS Expected response data received: OK |
10 PASS Expected response data received: OK | 10 PASS Expected response data received: OK |
11 PASS Expected response data received: OK | 11 PASS Expected response data received: OK |
(...skipping 14 matching lines...) Expand all Loading... |
26 PASS Expected response data received: OK | 26 PASS Expected response data received: OK |
27 PASS Expected response data received: OK | 27 PASS Expected response data received: OK |
28 PASS Expected response data received: OK | 28 PASS Expected response data received: OK |
29 PASS Expected response data received: OK | 29 PASS Expected response data received: OK |
30 PASS Expected response data received: OK | 30 PASS Expected response data received: OK |
31 PASS Expected response data received: OK | 31 PASS Expected response data received: OK |
32 PASS successfullyParsed is true | 32 PASS successfullyParsed is true |
33 | 33 |
34 TEST COMPLETE | 34 TEST COMPLETE |
35 | 35 |
OLD | NEW |