summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/http/tests/local/blob/send-data-blob-expected.txt
blob: 86a201825a715b227e9ea07aea3652ff26fcba05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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/.
Test for building blobs with multiple strings combined by BlobBuilder and sending them via XMLHttpRequest.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


* BlobBuilder.append(string)
PASS Expected response data received: OK
PASS Expected response data received: OK
PASS 'type/foo' is 'type/foo'
PASS Expected response data received: OK
* BlobBuilder.append(blob)
PASS Expected response data received: OK
PASS Expected response data received: OK
PASS 'type/bar' is 'type/bar'
PASS Expected response data received: OK
* BlobBuilder.append(string/blob)
PASS Expected response data received: OK
PASS Expected response data received: OK
* BlobBuilder.append(string/blob) - with recycled blob
PASS Expected response data received: OK
* BlobBuilder.append(string) - with line-endings
PASS Expected response data received: OK
PASS Expected response data received: OK
PASS Expected response data received: OK
* BlobBuilder.append(string, "native") - with line-endings
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 successfullyParsed is true

TEST COMPLETE