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

Side by Side Diff: LayoutTests/http/tests/xmlhttprequest/response-stream-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 receiving data as Stream 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.response is null
8 PASS xhr.response is null
9 PASS xhr.status is 200
10 PASS xhr.response is non-null.
11 PASS onloadstart invoked on reader
12 PASS reader.readyState is reader.LOADING
13 PASS reader.result is non-null.
14 PASS onload invoked on reader
15 PASS onloadend invoked on reader
16 PASS reader.readyState is reader.DONE
17 PASS reader.result is non-null.
18 PASS reader.result.byteLength is 103746
19 PASS reader.error is null
20 PASS Reader threw an exception for second read attempt: InvalidStateError: An at tempt was made to use an object that is not, or is no longer, usable.
21 PASS successfullyParsed is true
22
23 TEST COMPLETE
24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698