Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / files / workers / worker-read-file-sync-expected.txt
blob74e9ffdc327610bfd0fdee8cd2c494120f85da1a
2 Received files in worker
3 Test reading a non-existent file as array buffer
4 Received exception, name: NotFoundError, message: Failed to execute 'readAsArrayBuffer' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
5 Received exception, name: NotFoundError, message: Failed to execute 'readAsArrayBuffer' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
6 Test reading a non-existent file as binary string
7 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.
8 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.
9 Test reading a non-existent file as text
10 Received exception, name: NotFoundError, message: Failed to execute 'readAsText' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
11 Received exception, name: NotFoundError, message: Failed to execute 'readAsText' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
12 Test reading a non-existent file as data URL
13 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.
14 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.
15 Test reading an empty file as array buffer
16 result size: 0
17 result: 
18 Received exception, name: NotFoundError, message: Failed to execute 'readAsArrayBuffer' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
19 Test reading an empty file as binary string
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 an empty file as text
24 result size: 0
25 result: 
26 Received exception, name: NotFoundError, message: Failed to execute 'readAsText' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
27 Test reading an empty file as data URL
28 result size: 5
29 result: data:
30 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.
31 Test reading a UTF-8 file as array buffer
32 result size: 5
33 result: Hello
34 Received exception, name: NotFoundError, message: Failed to execute 'readAsArrayBuffer' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
35 Test reading a UTF-8 file as binary string
36 result size: 5
37 result: Hello
38 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.
39 Test reading a binary file as array buffer
40 result size: 9
41 result: 0x0 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff
42 Received exception, name: NotFoundError, message: Failed to execute 'readAsArrayBuffer' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
43 Test reading a binary file as binary string
44 result size: 9
45 result: 0x0 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff
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 UTF-8 file as text
48 result size: 5
49 result: Hello
50 Received exception, name: NotFoundError, message: Failed to execute 'readAsText' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
51 Test reading a UTF-16BE BOM file as text
52 result size: 5
53 result: Hello
54 Received exception, name: NotFoundError, message: Failed to execute 'readAsText' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
55 Test reading a UTF-16LE BOM file as text
56 result size: 5
57 result: Hello
58 Received exception, name: NotFoundError, message: Failed to execute 'readAsText' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
59 Test reading a UTF-8 BOM file as text
60 result size: 5
61 result: Hello
62 Received exception, name: NotFoundError, message: Failed to execute 'readAsText' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
63 Test reading a UTF-16BE file as text with UTF-16BE encoding
64 result size: 5
65 result: Hello
66 Received exception, name: NotFoundError, message: Failed to execute 'readAsText' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
67 Test reading a UTF-16BE BOM file as text with UTF8 encoding
68 result size: 5
69 result: Hello
70 Received exception, name: NotFoundError, message: Failed to execute 'readAsText' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
71 Test reading a UTF-16BE BOM file as text with invalid encoding
72 result size: 5
73 result: Hello
74 Received exception, name: NotFoundError, message: Failed to execute 'readAsText' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
75 Test reading a UTF-8 file as data URL
76 result size: 31
77 result: data:text/plain;base64,SGVsbG8=
78 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.
79 Test calling multiple read methods in a row
80 result size: 5
81 result: Hello
82 result size: 9
83 result: 0x0 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff
84 result size: 5
85 result: data:
86 DONE