Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(295)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/local/blob/send-data-blob-expected.txt

Issue 2147633002: Remove nonstandard 'endings' option for Blob/File constructor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698