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/resources/objectstore-basics.js

Issue 243523003: Fire window.onerror for uncaught IndexedDB errors (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Include error name Created 6 years, 8 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/resources/objectstore-basics.js
diff --git a/LayoutTests/storage/indexeddb/resources/objectstore-basics.js b/LayoutTests/storage/indexeddb/resources/objectstore-basics.js
index 4ae26255fa6d1108a4f347e96911251995a776af..9a7d84a1ea209d4b665634b4686edeb5299466e7 100644
--- a/LayoutTests/storage/indexeddb/resources/objectstore-basics.js
+++ b/LayoutTests/storage/indexeddb/resources/objectstore-basics.js
@@ -123,6 +123,7 @@ var testDateB = new Date("Wed Jan 05 2011 15:54:49");
function openAgain()
{
preamble();
+ expectError();
request = evalAndLog('indexedDB.open(dbname)');
request.onerror = unexpectedErrorCallback;
request.onblocked = unexpectedBlockedCallback;

Powered by Google App Engine
This is Rietveld 408576698