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

Unified Diff: LayoutTests/fast/files/file-reader-abort.html

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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/files/file-reader-abort-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/files/file-reader-abort.html
diff --git a/LayoutTests/fast/files/file-reader-abort.html b/LayoutTests/fast/files/file-reader-abort.html
index 4da639c98ce225773a5c3869dd431330bc50b949..cefca711340b1e249dd87d8c1b91336aaa00268b 100644
--- a/LayoutTests/fast/files/file-reader-abort.html
+++ b/LayoutTests/fast/files/file-reader-abort.html
@@ -34,7 +34,7 @@ function onInputFileChange()
log("Received abort event");
};
reader.onerror = function(event) {
- log("Received error event: " + event.target.error.code);
+ log("Received error event: " + event.target.error.name);
};
}
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/files/file-reader-abort-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698