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

Unified Diff: LayoutTests/fast/files/read-file-async-expected.txt

Issue 114953006: Add missing FileReader argument typechecking. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years 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 2e850c98e53ac41428534488ede54b09e0747879..246c68ab3dac3f84a8440ed600cf65536c79763f 100644
--- a/LayoutTests/fast/files/read-file-async-expected.txt
+++ b/LayoutTests/fast/files/read-file-async-expected.txt
@@ -173,10 +173,10 @@ result: data:text/plain;base64,SGVsbG8=
Received loadend event
Test calling multiple concurrent read methods
readyState: 0
-Received exception, code: 11, name: InvalidStateError, message: An attempt was made to use an object that is not, or is no longer, usable.
-Received exception, code: 11, name: InvalidStateError, message: An attempt was made to use an object that is not, or is no longer, usable.
-Received exception, code: 11, name: InvalidStateError, message: An attempt was made to use an object that is not, or is no longer, usable.
-Received exception, code: 11, name: InvalidStateError, message: An attempt was made to use an object that is not, or is no longer, usable.
+Received exception, code: 11, name: InvalidStateError, message: Failed to execute 'readAsArrayBuffer' on 'FileReader': The object is already busy reading Blobs.
+Received exception, code: 11, name: InvalidStateError, message: Failed to execute 'readAsBinaryString' on 'FileReader': The object is already busy reading Blobs.
+Received exception, code: 11, name: InvalidStateError, message: Failed to execute 'readAsText' on 'FileReader': The object is already busy reading Blobs.
+Received exception, code: 11, name: InvalidStateError, message: Failed to execute 'readAsDataURL' on 'FileReader': The object is already busy reading Blobs.
Received loadstart event
readyState: 1
Received load event

Powered by Google App Engine
This is Rietveld 408576698