Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / files / workers / worker-read-blob-sync-expected.txt
blob86d7d478a3f57cd2216a397ac3bad98c5d72df5d
2 Received files in worker
3 Test reading a blob containing non-existent file
4 result size: 0
5 result: 
6 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': 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
8 result size: 5
9 result: Hello
10 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
11 Test reading a blob containing empty file
12 result size: 0
13 result: 
14 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
15 Test reading a blob containing empty text
16 result size: 0
17 result: 
18 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': 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
20 result size: 0
21 result: 
22 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
23 Test reading a blob containing single file
24 result size: 5
25 result: Hello
26 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
27 Test reading a blob containing single text
28 result size: 5
29 result: First
30 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': 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
32 result size: 21
33 result: data:;base64,Rmlyc3Q=
34 Received exception, name: NotFoundError, message: Failed to execute 'readAsDataURL' on 'FileReaderSync': 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 provided)
36 result size: 29
37 result: data:type/foo;base64,Rmlyc3Q=
38 Received exception, name: NotFoundError, message: Failed to execute 'readAsDataURL' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
39 Test reading a blob containing single ArrayBuffer
40 result size: 9
41 result: 0x0 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff
42 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
43 Test reading a blob containing sliced file
44 result size: 5
45 result: onder
46 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
47 Test reading a blob containing sliced text
48 result size: 4
49 result: irst
50 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
51 Test reading a blob containing sliced ArrayBuffer
52 result size: 8
53 result: 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff
54 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
55 Test reading a blob containing multiple files
56 result size: 19
57 result: HelloWonderfulWorld
58 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
59 Test reading a blob containing multiple texts
60 result size: 16
61 result: FirstSecondThird
62 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
63 Test reading a blob containing multiple ArrayBuffer
64 result size: 9
65 result: 0x0 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff
66 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
67 Test reading a hybrid blob
68 result size: 38
69 result: FirstHelloSecondWonderfulWorldThird012
70 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
71 Test reading a sliced hybrid blob
72 result size: 12
73 result: lloSecondWon
74 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
75 Test reading a triple-sliced hybrid blob
76 result size: 30
77 result: ondWonderfulWorldThird012Foolo
78 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
79 DONE