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

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

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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
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
-
« no previous file with comments | « LayoutTests/fast/files/workers/worker-read-blob-async-expected.txt ('k') | LayoutTests/fast/flexbox/011-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698