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

Side by Side Diff: LayoutTests/http/tests/xmlhttprequest/response-stream-partial-chunk-expected.txt

Issue 18635004: [Not ready for review] Add Streams API support to FileReader Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Test partial data is readable from Stream returned by XMLHttpRequest.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS xhr.response is null
7 PASS xhr.status is 200
8 PASS onloadstart invoked on reader
9 PASS reader.result is non-null.
10 PASS reader.readyState is reader.LOADING
11 PASS reader.error is null
12 PASS result[0] is 'Hello'.charCodeAt(0)
13 PASS result[1] is 'Hello'.charCodeAt(1)
14 PASS result[2] is 'Hello'.charCodeAt(2)
15 PASS result[3] is 'Hello'.charCodeAt(3)
16 PASS result[4] is 'Hello'.charCodeAt(4)
17 PASS successfullyParsed is true
18
19 TEST COMPLETE
20
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/xmlhttprequest/response-stream-partial-chunk.html ('k') | Source/core/fileapi/FileReader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698