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

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

Issue 17761003: Remove FileException (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix compile warning 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
« no previous file with comments | « no previous file | LayoutTests/fast/filesystem/resources/file-writer-abort-depth.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 Received files in worker 2 Received files in worker
3 Test reading a non-existent file as array buffer 3 Test reading a non-existent file as array buffer
4 Received exception 1: NOT_FOUND_ERR 4 Received exception 8: NotFoundError
5 Received exception 8: NotFoundError 5 Received exception 8: NotFoundError
6 Test reading a non-existent file as binary string 6 Test reading a non-existent file as binary string
7 Received exception 1: NOT_FOUND_ERR 7 Received exception 8: NotFoundError
8 Received exception 8: NotFoundError 8 Received exception 8: NotFoundError
9 Test reading a non-existent file as text 9 Test reading a non-existent file as text
10 Received exception 1: NOT_FOUND_ERR 10 Received exception 8: NotFoundError
11 Received exception 8: NotFoundError 11 Received exception 8: NotFoundError
12 Test reading a non-existent file as data URL 12 Test reading a non-existent file as data URL
13 Received exception 1: NOT_FOUND_ERR 13 Received exception 8: NotFoundError
14 Received exception 8: NotFoundError 14 Received exception 8: NotFoundError
15 Test reading an empty file as array buffer 15 Test reading an empty file as array buffer
16 result size: 0 16 result size: 0
17 result: 17 result:
18 Received exception 8: NotFoundError 18 Received exception 8: NotFoundError
19 Test reading an empty file as binary string 19 Test reading an empty file as binary string
20 result size: 0 20 result size: 0
21 result: 21 result:
22 Received exception 8: NotFoundError 22 Received exception 8: NotFoundError
23 Test reading an empty file as text 23 Test reading an empty file as text
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 Received exception 8: NotFoundError 78 Received exception 8: NotFoundError
79 Test calling multiple read methods in a row 79 Test calling multiple read methods in a row
80 result size: 5 80 result size: 5
81 result: Hello 81 result: Hello
82 result size: 9 82 result size: 9
83 result: 0x0 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff 83 result: 0x0 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff
84 result size: 5 84 result size: 5
85 result: data: 85 result: data:
86 DONE 86 DONE
87 87
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/filesystem/resources/file-writer-abort-depth.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698