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

Side by Side Diff: LayoutTests/fast/files/workers/worker-read-blob-sync-expected.txt

Issue 22831019: Deprecate FileError in FileAPI (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: win test expectation fix (temporary) 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 1
2 Received files in worker 2 Received files in worker
3 Test reading a blob containing non-existent file 3 Test reading a blob containing non-existent file
4 result size: 0 4 result size: 0
5 result: 5 result:
6 Received exception, code: 8, name: NotFoundError, message: A requested file or d irectory could not be found at the time an operation was processed. 6 Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
7 Test reading a blob containing existent and non-existent file 7 Test reading a blob containing existent and non-existent file
8 result size: 5 8 result size: 5
9 result: Hello 9 result: Hello
10 Received exception, code: 8, name: NotFoundError, message: A requested file or d irectory could not be found at the time an operation was processed. 10 Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
11 Test reading a blob containing empty file 11 Test reading a blob containing empty file
12 result size: 0 12 result size: 0
13 result: 13 result:
14 Received exception, code: 8, name: NotFoundError, message: A requested file or d irectory could not be found at the time an operation was processed. 14 Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
15 Test reading a blob containing empty text 15 Test reading a blob containing empty text
16 result size: 0 16 result size: 0
17 result: 17 result:
18 Received exception, code: 8, name: NotFoundError, message: A requested file or d irectory could not be found at the time an operation was processed. 18 Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
19 Test reading a blob containing empty files and empty texts 19 Test reading a blob containing empty files and empty texts
20 result size: 0 20 result size: 0
21 result: 21 result:
22 Received exception, code: 8, name: NotFoundError, message: A requested file or d irectory could not be found at the time an operation was processed. 22 Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
23 Test reading a blob containing single file 23 Test reading a blob containing single file
24 result size: 5 24 result size: 5
25 result: Hello 25 result: Hello
26 Received exception, code: 8, name: NotFoundError, message: A requested file or d irectory could not be found at the time an operation was processed. 26 Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
27 Test reading a blob containing single text 27 Test reading a blob containing single text
28 result size: 5 28 result size: 5
29 result: First 29 result: First
30 Received exception, code: 8, name: NotFoundError, message: A requested file or d irectory could not be found at the time an operation was processed. 30 Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
31 Test reading a blob containing single text as data URL 31 Test reading a blob containing single text as data URL
32 result size: 21 32 result size: 21
33 result: data:;base64,Rmlyc3Q= 33 result: data:;base64,Rmlyc3Q=
34 Received exception, code: 8, name: NotFoundError, message: A requested file or d irectory could not be found at the time an operation was processed. 34 Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
35 Test reading a blob containing single text as data URL (optional content type pr ovided) 35 Test reading a blob containing single text as data URL (optional content type pr ovided)
36 result size: 29 36 result size: 29
37 result: data:type/foo;base64,Rmlyc3Q= 37 result: data:type/foo;base64,Rmlyc3Q=
38 Received exception, code: 8, name: NotFoundError, message: A requested file or d irectory could not be found at the time an operation was processed. 38 Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
39 Test reading a blob containing single ArrayBuffer 39 Test reading a blob containing single ArrayBuffer
40 result size: 9 40 result size: 9
41 result: 0x0 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff 41 result: 0x0 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff
42 Received exception, code: 8, name: NotFoundError, message: A requested file or d irectory could not be found at the time an operation was processed. 42 Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
43 Test reading a blob containing sliced file 43 Test reading a blob containing sliced file
44 result size: 5 44 result size: 5
45 result: onder 45 result: onder
46 Received exception, code: 8, name: NotFoundError, message: A requested file or d irectory could not be found at the time an operation was processed. 46 Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
47 Test reading a blob containing sliced text 47 Test reading a blob containing sliced text
48 result size: 4 48 result size: 4
49 result: irst 49 result: irst
50 Received exception, code: 8, name: NotFoundError, message: A requested file or d irectory could not be found at the time an operation was processed. 50 Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
51 Test reading a blob containing sliced ArrayBuffer 51 Test reading a blob containing sliced ArrayBuffer
52 result size: 8 52 result size: 8
53 result: 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff 53 result: 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff
54 Received exception, code: 8, name: NotFoundError, message: A requested file or d irectory could not be found at the time an operation was processed. 54 Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
55 Test reading a blob containing multiple files 55 Test reading a blob containing multiple files
56 result size: 19 56 result size: 19
57 result: HelloWonderfulWorld 57 result: HelloWonderfulWorld
58 Received exception, code: 8, name: NotFoundError, message: A requested file or d irectory could not be found at the time an operation was processed. 58 Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
59 Test reading a blob containing multiple texts 59 Test reading a blob containing multiple texts
60 result size: 16 60 result size: 16
61 result: FirstSecondThird 61 result: FirstSecondThird
62 Received exception, code: 8, name: NotFoundError, message: A requested file or d irectory could not be found at the time an operation was processed. 62 Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
63 Test reading a blob containing multiple ArrayBuffer 63 Test reading a blob containing multiple ArrayBuffer
64 result size: 9 64 result size: 9
65 result: 0x0 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff 65 result: 0x0 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff
66 Received exception, code: 8, name: NotFoundError, message: A requested file or d irectory could not be found at the time an operation was processed. 66 Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
67 Test reading a hybrid blob 67 Test reading a hybrid blob
68 result size: 38 68 result size: 38
69 result: FirstHelloSecondWonderfulWorldThird012 69 result: FirstHelloSecondWonderfulWorldThird012
70 Received exception, code: 8, name: NotFoundError, message: A requested file or d irectory could not be found at the time an operation was processed. 70 Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
71 Test reading a sliced hybrid blob 71 Test reading a sliced hybrid blob
72 result size: 12 72 result size: 12
73 result: lloSecondWon 73 result: lloSecondWon
74 Received exception, code: 8, name: NotFoundError, message: A requested file or d irectory could not be found at the time an operation was processed. 74 Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
75 Test reading a triple-sliced hybrid blob 75 Test reading a triple-sliced hybrid blob
76 result size: 30 76 result size: 30
77 result: ondWonderfulWorldThird012Foolo 77 result: ondWonderfulWorldThird012Foolo
78 Received exception, code: 8, name: NotFoundError, message: A requested file or d irectory could not be found at the time an operation was processed. 78 Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
79 DONE 79 DONE
80 80
OLDNEW
« no previous file with comments | « LayoutTests/fast/files/resources/read-common.js ('k') | LayoutTests/fast/files/workers/worker-read-file-async-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698