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

Side by Side Diff: LayoutTests/http/tests/local/fileapi/send-sliced-dragged-file-expected.txt

Issue 14200030: Remove XMLHttpRequestException in favor of DOMException (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix tests after rebasing... Created 7 years, 7 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 for slicing a dragged file and sending it via XMLHttpRequest. 1 Test for slicing a dragged file and sending it via XMLHttpRequest.
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 Test slicing and sending an empty file. 6 Test slicing and sending an empty file.
7 PASS event.dataTransfer contains a File object on drop. 7 PASS event.dataTransfer contains a File object on drop.
8 PASS subfile.size is 0 8 PASS subfile.size is 0
9 PASS subfile.type is "" 9 PASS subfile.type is ""
10 PASS Expected response data received: OK 10 PASS Expected response data received: OK
(...skipping 21 matching lines...) Expand all
32 PASS Expected response data received: OK 32 PASS Expected response data received: OK
33 PASS event.dataTransfer contains a File object on drop. 33 PASS event.dataTransfer contains a File object on drop.
34 PASS subfile.size is 9242 34 PASS subfile.size is 9242
35 PASS subfile.type is "" 35 PASS subfile.type is ""
36 PASS Expected response data received: OK 36 PASS Expected response data received: OK
37 Test slicing and sending a file that has been changed right before sending. 37 Test slicing and sending a file that has been changed right before sending.
38 PASS event.dataTransfer contains a File object on drop. 38 PASS event.dataTransfer contains a File object on drop.
39 PASS subfile.size is 5 39 PASS subfile.size is 5
40 PASS subfile.type is "" 40 PASS subfile.type is ""
41 PASS Expected response data received: OK 41 PASS Expected response data received: OK
42 PASS Expected exception thrown: Error: NETWORK_ERR: XMLHttpRequest Exception 101 42 PASS Expected exception thrown: Error: NetworkError: DOM Exception 19
43 PASS successfullyParsed is true 43 PASS successfullyParsed is true
44 44
45 TEST COMPLETE 45 TEST COMPLETE
46 46
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/appcache/simple.html ('k') | LayoutTests/http/tests/workers/shared-worker-importScripts-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698