| Index: LayoutTests/fast/files/workers/worker-read-file-sync-expected.txt
|
| diff --git a/LayoutTests/fast/files/workers/worker-read-file-sync-expected.txt b/LayoutTests/fast/files/workers/worker-read-file-sync-expected.txt
|
| index 4550ebe7ac84ba7d7cafc588de05f83693b085c5..8cbb6fe6d9c834c9092c6476aaeb5071e4ff080c 100644
|
| --- a/LayoutTests/fast/files/workers/worker-read-file-sync-expected.txt
|
| +++ b/LayoutTests/fast/files/workers/worker-read-file-sync-expected.txt
|
| @@ -1,16 +1,16 @@
|
|
|
| Received files in worker
|
| Test reading a non-existent file as array buffer
|
| -Received exception 1: NOT_FOUND_ERR
|
| +Received exception 8: NotFoundError
|
| Received exception 8: NotFoundError
|
| Test reading a non-existent file as binary string
|
| -Received exception 1: NOT_FOUND_ERR
|
| +Received exception 8: NotFoundError
|
| Received exception 8: NotFoundError
|
| Test reading a non-existent file as text
|
| -Received exception 1: NOT_FOUND_ERR
|
| +Received exception 8: NotFoundError
|
| Received exception 8: NotFoundError
|
| Test reading a non-existent file as data URL
|
| -Received exception 1: NOT_FOUND_ERR
|
| +Received exception 8: NotFoundError
|
| Received exception 8: NotFoundError
|
| Test reading an empty file as array buffer
|
| result size: 0
|
|
|