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

Side by Side Diff: LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype-expected.txt

Issue 18883002: Add Streams API support to XMLHttpRequest (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: kinuko's comment Created 7 years, 3 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
1 This test checks if setting non-supported type does not throw an exception 1 This test checks if setting non-supported type does not throw an exception
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 PASS xhr.responseType is "" 5 PASS xhr.responseType is ""
6 PASS xhr.responseType is "arraybuffer" 6 PASS xhr.responseType is "arraybuffer"
7 PASS xhr.responseType is "blob" 7 PASS xhr.responseType is "blob"
8 PASS xhr.responseType is "document" 8 PASS xhr.responseType is "document"
9 PASS xhr.responseType is "json" 9 PASS xhr.responseType is "json"
10 PASS xhr.responseType is "text" 10 PASS xhr.responseType is "text"
11 PASS xhr.responseType is "stream"
11 PASS xhr.responseType = "dkjdfkjdfkj" did not throw exception. 12 PASS xhr.responseType = "dkjdfkjdfkj" did not throw exception.
12 PASS xhr.responseType = "text"; xhr.responseType = "asdfasdfasd"; xhr.responseTy pe is "text" 13 PASS xhr.responseType = "text"; xhr.responseType = "asdfasdfasd"; xhr.responseTy pe is "text"
13 PASS successfullyParsed is true 14 PASS successfullyParsed is true
14 15
15 TEST COMPLETE 16 TEST COMPLETE
16 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698