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

Unified Diff: LayoutTests/storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt

Issue 243523003: Fire window.onerror for uncaught IndexedDB errors (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and linkage fix Created 5 years, 3 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/storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt
diff --git a/LayoutTests/storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt b/LayoutTests/storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt
index a14081cc629ab5dbea58314d2dda496fc8ffef0a..ffc42da24841c5debeb8e7c4d610110425477b26 100644
--- a/LayoutTests/storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt
+++ b/LayoutTests/storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt
@@ -25,8 +25,13 @@ sawVersionChange = true
Closing the connection before the IDBOpenDBRequest's success fires will cause the open to fail.
db.close()
+openError():
+PASS sawVersionChange is true
+sawOpenError = true
+
deleteSuccessCallback():
PASS sawVersionChange is true
+PASS sawOpenError is true
PASS sawUpgradeNeeded is true
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/resources/js-test.js ('k') | LayoutTests/storage/indexeddb/error-causes-abort-by-default-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698