| Index: LayoutTests/fast/files/workers/worker-read-blob-sync-expected.txt
|
| diff --git a/LayoutTests/fast/files/workers/worker-read-blob-sync-expected.txt b/LayoutTests/fast/files/workers/worker-read-blob-sync-expected.txt
|
| deleted file mode 100644
|
| index 20c3c28cde703f58dd4e086d70f4b7df981ada77..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/files/workers/worker-read-blob-sync-expected.txt
|
| +++ /dev/null
|
| @@ -1,78 +0,0 @@
|
| -
|
| -Received files in worker
|
| -Test reading a blob containing non-existent file
|
| -Received exception 1: NotFoundError
|
| -Received exception 8: NotFoundError
|
| -Test reading a blob containing existent and non-existent file
|
| -Received exception 1: NotFoundError
|
| -Received exception 8: NotFoundError
|
| -Test reading a blob containing empty file
|
| -result size: 0
|
| -result:
|
| -Received exception 8: NotFoundError
|
| -Test reading a blob containing empty text
|
| -result size: 0
|
| -result:
|
| -Received exception 8: NotFoundError
|
| -Test reading a blob containing empty files and empty texts
|
| -result size: 0
|
| -result:
|
| -Received exception 8: NotFoundError
|
| -Test reading a blob containing single file
|
| -result size: 5
|
| -result: Hello
|
| -Received exception 8: NotFoundError
|
| -Test reading a blob containing single text
|
| -result size: 5
|
| -result: First
|
| -Received exception 8: NotFoundError
|
| -Test reading a blob containing single text as data URL
|
| -result size: 21
|
| -result: data:;base64,Rmlyc3Q=
|
| -Received exception 8: NotFoundError
|
| -Test reading a blob containing single text as data URL (optional content type provided)
|
| -result size: 29
|
| -result: data:type/foo;base64,Rmlyc3Q=
|
| -Received exception 8: NotFoundError
|
| -Test reading a blob containing single ArrayBuffer
|
| -result size: 9
|
| -result: 0x0 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff
|
| -Received exception 8: NotFoundError
|
| -Test reading a blob containing sliced file
|
| -result size: 5
|
| -result: onder
|
| -Received exception 8: NotFoundError
|
| -Test reading a blob containing sliced text
|
| -result size: 4
|
| -result: irst
|
| -Received exception 8: NotFoundError
|
| -Test reading a blob containing sliced ArrayBuffer
|
| -result size: 8
|
| -result: 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff
|
| -Received exception 8: NotFoundError
|
| -Test reading a blob containing multiple files
|
| -result size: 19
|
| -result: HelloWonderfulWorld
|
| -Received exception 8: NotFoundError
|
| -Test reading a blob containing multiple texts
|
| -result size: 16
|
| -result: FirstSecondThird
|
| -Received exception 8: NotFoundError
|
| -Test reading a blob containing multiple ArrayBuffer
|
| -result size: 9
|
| -result: 0x0 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff
|
| -Received exception 8: NotFoundError
|
| -Test reading a hybrid blob
|
| -result size: 38
|
| -result: FirstHelloSecondWonderfulWorldThird012
|
| -Received exception 8: NotFoundError
|
| -Test reading a sliced hybrid blob
|
| -result size: 12
|
| -result: lloSecondWon
|
| -Received exception 8: NotFoundError
|
| -Test reading a triple-sliced hybrid blob
|
| -result size: 30
|
| -result: ondWonderfulWorldThird012Foolo
|
| -Received exception 8: NotFoundError
|
| -DONE
|
| -
|
|
|