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

Unified Diff: LayoutTests/fast/files/read-file-async-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/read-file-async-expected.txt
diff --git a/LayoutTests/fast/files/read-file-async-expected.txt b/LayoutTests/fast/files/read-file-async-expected.txt
index ba2d0c8f1cfc433b725938031f2e652ec153a27c..2e850c98e53ac41428534488ede54b09e0747879 100644
--- a/LayoutTests/fast/files/read-file-async-expected.txt
+++ b/LayoutTests/fast/files/read-file-async-expected.txt
@@ -3,28 +3,28 @@ Test reading a non-existent file as array buffer
readyState: 0
Received error event
readyState: 2
-error code: 1
+error name: NotFoundError
result: null
Received loadend event
Test reading a non-existent file as binary string
readyState: 0
Received error event
readyState: 2
-error code: 1
+error name: NotFoundError
result: null
Received loadend event
Test reading a non-existent file as text
readyState: 0
Received error event
readyState: 2
-error code: 1
+error name: NotFoundError
result: null
Received loadend event
Test reading a non-existent file as data URL
readyState: 0
Received error event
readyState: 2
-error code: 1
+error name: NotFoundError
result: null
Received loadend event
Test reading an empty file as array buffer
@@ -207,7 +207,7 @@ Test reading again after failed read
readyState: 0
Received error event
readyState: 2
-error code: 1
+error name: NotFoundError
result: null
Received loadend event
readyState after recalling read method: 1
« no previous file with comments | « LayoutTests/fast/files/file-reader-abort-expected.txt ('k') | LayoutTests/fast/files/resources/read-common.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698