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

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

Issue 17761003: Remove FileException (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix compile warning Created 7 years, 6 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
« no previous file with comments | « no previous file | LayoutTests/fast/filesystem/resources/file-writer-abort-depth.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | LayoutTests/fast/filesystem/resources/file-writer-abort-depth.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698