Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / local / blob / send-hybrid-blob-expected.txt
1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
2
3 Test for building blobs with multiple files combined by BlobBuilder and sending them via XMLHttpRequest. (This test requires eventSender.beginDragWithFiles)
4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6
7
8 * BlobBuilder.append(file) - single file
9 PASS Expected response data received: OK
10 PASS Expected response data received: OK
11 PASS Expected response data received: OK
12 PASS Expected response data received: OK
13 PASS Expected response data received: OK
14 * BlobBuilder.append(file) - multiple files
15 PASS Expected response data received: OK
16 PASS Expected response data received: OK
17 PASS Expected response data received: OK
18 PASS Expected response data received: OK
19 * BlobBuilder.append(mixed)
20 PASS Expected response data received: OK
21 PASS Expected response data received: OK
22 PASS Expected response data received: OK
23 PASS Expected response data received: OK
24 * BlobBuilder.append(mixed) - with Blob.slice()
25 PASS Expected response data received: OK
26 PASS Expected response data received: OK
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 Expected response data received: OK
32 PASS successfullyParsed is true
33
34 TEST COMPLETE
35