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

Unified Diff: LayoutTests/fast/files/workers/worker-read-blob-sync-expected.txt

Issue 22831019: Deprecate FileError in FileAPI (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: win test expectation fix (temporary) Created 7 years, 4 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 side-by-side diff with in-line comments
Download patch
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
index 57a280b1dafc6212aa260cb548cf93c3b8edf242..c8bb6f8d62a0c46f07684fbff38851e2e0c8475f 100644
--- a/LayoutTests/fast/files/workers/worker-read-blob-sync-expected.txt
+++ b/LayoutTests/fast/files/workers/worker-read-blob-sync-expected.txt
@@ -3,78 +3,78 @@ Received files in worker
Test reading a blob containing non-existent file
result size: 0
result:
-Received exception, code: 8, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
+Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
Test reading a blob containing existent and non-existent file
result size: 5
result: Hello
-Received exception, code: 8, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
+Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
Test reading a blob containing empty file
result size: 0
result:
-Received exception, code: 8, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
+Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
Test reading a blob containing empty text
result size: 0
result:
-Received exception, code: 8, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
+Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
Test reading a blob containing empty files and empty texts
result size: 0
result:
-Received exception, code: 8, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
+Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
Test reading a blob containing single file
result size: 5
result: Hello
-Received exception, code: 8, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
+Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
Test reading a blob containing single text
result size: 5
result: First
-Received exception, code: 8, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
+Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
Test reading a blob containing single text as data URL
result size: 21
result: data:;base64,Rmlyc3Q=
-Received exception, code: 8, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
+Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
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, code: 8, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
+Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
Test reading a blob containing single ArrayBuffer
result size: 9
result: 0x0 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff
-Received exception, code: 8, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
+Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
Test reading a blob containing sliced file
result size: 5
result: onder
-Received exception, code: 8, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
+Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
Test reading a blob containing sliced text
result size: 4
result: irst
-Received exception, code: 8, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
+Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
Test reading a blob containing sliced ArrayBuffer
result size: 8
result: 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff
-Received exception, code: 8, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
+Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
Test reading a blob containing multiple files
result size: 19
result: HelloWonderfulWorld
-Received exception, code: 8, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
+Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
Test reading a blob containing multiple texts
result size: 16
result: FirstSecondThird
-Received exception, code: 8, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
+Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
Test reading a blob containing multiple ArrayBuffer
result size: 9
result: 0x0 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff
-Received exception, code: 8, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
+Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
Test reading a hybrid blob
result size: 38
result: FirstHelloSecondWonderfulWorldThird012
-Received exception, code: 8, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
+Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
Test reading a sliced hybrid blob
result size: 12
result: lloSecondWon
-Received exception, code: 8, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
+Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
Test reading a triple-sliced hybrid blob
result size: 30
result: ondWonderfulWorldThird012Foolo
-Received exception, code: 8, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
+Received exception, name: NotFoundError, message: A requested file or directory could not be found at the time an operation was processed.
DONE
« no previous file with comments | « LayoutTests/fast/files/resources/read-common.js ('k') | LayoutTests/fast/files/workers/worker-read-file-async-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698