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

Unified Diff: LayoutTests/storage/indexeddb/resources/unblocked-version-changes.js

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/resources/unblocked-version-changes.js
diff --git a/LayoutTests/storage/indexeddb/resources/unblocked-version-changes.js b/LayoutTests/storage/indexeddb/resources/unblocked-version-changes.js
index 06e32cd1b334b4c72fe3bdc9166e90a0c9dc09be..132ab9b43563719b696369368724502b11dfaa57 100644
--- a/LayoutTests/storage/indexeddb/resources/unblocked-version-changes.js
+++ b/LayoutTests/storage/indexeddb/resources/unblocked-version-changes.js
@@ -42,6 +42,7 @@ function onError(evt)
{
preamble(evt);
shouldBe("db.version", "0");
+ evt.preventDefault();
}
function onUpgradeNeeded2(evt)

Powered by Google App Engine
This is Rietveld 408576698