blob: 0cb07851ca2128f1b68361b2dfd1c645cbf9400e [file] [log] [blame]
kinuko@chromium.org2077a8a2010-06-23 03:55:57 +00001Test for building blobs with multiple strings combined by BlobBuilder and sending them via XMLHttpRequest.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6* BlobBuilder.append(string)
7PASS Expected response data received: OK
8PASS Expected response data received: OK
9PASS 'type/foo' is 'type/foo'
10PASS Expected response data received: OK
11* BlobBuilder.append(blob)
12PASS Expected response data received: OK
13PASS Expected response data received: OK
14PASS 'type/bar' is 'type/bar'
15PASS Expected response data received: OK
16* BlobBuilder.append(string/blob)
17PASS Expected response data received: OK
18PASS Expected response data received: OK
19* BlobBuilder.append(string/blob) - with recycled blob
20PASS Expected response data received: OK
21* BlobBuilder.append(string) - with line-endings
22PASS Expected response data received: OK
23PASS Expected response data received: OK
24PASS Expected response data received: OK
25* BlobBuilder.append(string, "native") - with line-endings
26PASS Expected response data received: OK
27PASS Expected response data received: OK
28PASS Expected response data received: OK
29PASS Expected response data received: OK
30PASS successfullyParsed is true
31
32TEST COMPLETE
33