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

Unified Diff: LayoutTests/fast/filesystem/file-after-reload-crash.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
Index: LayoutTests/fast/filesystem/file-after-reload-crash.html
diff --git a/LayoutTests/fast/filesystem/file-after-reload-crash.html b/LayoutTests/fast/filesystem/file-after-reload-crash.html
index 147a382567ac5fb561d4db114a2c1de9cc1c1743..a6aaaee75ee8ed63f22447a581ac63fb040ee337 100644
--- a/LayoutTests/fast/filesystem/file-after-reload-crash.html
+++ b/LayoutTests/fast/filesystem/file-after-reload-crash.html
@@ -20,7 +20,7 @@ if (location.search != '?reenter') {
}
function onError(msg, e) {
- document.body.innerText = 'FAIL: ' + e.code + ' msg = ' + msg;
+ document.body.innerText = 'FAIL: ' + e.name + ' msg = ' + msg;
if (window.testRunner)
testRunner.notifyDone();
}
« no previous file with comments | « LayoutTests/fast/filesystem/cross-filesystem-op.html ('k') | LayoutTests/fast/filesystem/file-metadata-after-write.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698