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

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

Issue 1362953003: Fire window.onerror for uncaught IndexedDB errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 3 years, 11 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: third_party/WebKit/LayoutTests/storage/indexeddb/resources/unblocked-version-changes.js
diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/resources/unblocked-version-changes.js b/third_party/WebKit/LayoutTests/storage/indexeddb/resources/unblocked-version-changes.js
index 06e32cd1b334b4c72fe3bdc9166e90a0c9dc09be..132ab9b43563719b696369368724502b11dfaa57 100644
--- a/third_party/WebKit/LayoutTests/storage/indexeddb/resources/unblocked-version-changes.js
+++ b/third_party/WebKit/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