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

Unified Diff: third_party/WebKit/LayoutTests/storage/indexeddb/upgradeneeded-tests.html

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/upgradeneeded-tests.html
diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/upgradeneeded-tests.html b/third_party/WebKit/LayoutTests/storage/indexeddb/upgradeneeded-tests.html
index b4ec515b70e8ad1bf15da01ef0a3f3be16d4244a..a28e46d0d0b1102080c6cc506157a88c12590ff1 100644
--- a/third_party/WebKit/LayoutTests/storage/indexeddb/upgradeneeded-tests.html
+++ b/third_party/WebKit/LayoutTests/storage/indexeddb/upgradeneeded-tests.html
@@ -3,6 +3,7 @@
<script src='../../resources/testharness.js'></script>
<script src='../../resources/testharnessreport.js'></script>
<script>
+setup({allow_uncaught_exception: true});
function upgradeneeded_test(upgrade_func, success_func, error_func, description) {
async_test(function(t) {

Powered by Google App Engine
This is Rietveld 408576698