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

Side by Side Diff: LayoutTests/fast/files/xhr-response-blob-expected.txt

Issue 22112002: Rebaseline reliably failing tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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 Test that XHR.responseType = 'blob' gives you back a Blob. 1 Test that XHR.responseType = 'blob' gives you back a Blob.
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 5
6 PASS xhr.responseType is "blob" 6 PASS xhr.responseType is "blob"
7 PASS successfullyParsed is true 7 PASS successfullyParsed is true
8 8
9 TEST COMPLETE 9 TEST COMPLETE
10 PASS xhr.response is null 10 PASS xhr.response is null
11 PASS xhr.response is null 11 PASS xhr.response is null
12 PASS xhr.response instanceof Blob is true 12 PASS xhr.response instanceof Blob is true
13 PASS xhr.response.type is "text/plain" 13 PASS xhr.response.type is "text/plain"
14 PASS xhr.responseType is "blob" 14 PASS xhr.responseType is "blob"
15 PASS xhr.response instanceof Blob is true 15 FAIL xhr.response instanceof Blob should be true. Was false.
16 PASS xhr.response.type is "" 16 FAIL xhr.response.type should be . Threw exception TypeError: Cannot read proper ty 'type' of null
17 PASS xhr.responseType is "blob" 17 PASS xhr.responseType is "blob"
18 PASS xhr.response is null 18 PASS xhr.response is null
19 PASS xhr.response instanceof Blob is true 19 PASS xhr.response instanceof Blob is true
20 PASS xhr.response.type is "" 20 PASS xhr.response.type is ""
21 21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698