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

Unified Diff: third_party/WebKit/LayoutTests/storage/indexeddb/error-attributes.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/error-attributes.html
diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/error-attributes.html b/third_party/WebKit/LayoutTests/storage/indexeddb/error-attributes.html
index 8fef2ddc73c66493035ab5c3ec1ef369f163590c..a98a0466f88d651e7940e17d11a55dfa497a9a3c 100644
--- a/third_party/WebKit/LayoutTests/storage/indexeddb/error-attributes.html
+++ b/third_party/WebKit/LayoutTests/storage/indexeddb/error-attributes.html
@@ -4,6 +4,8 @@
<script src="../../resources/testharnessreport.js"></script>
<script src="resources/testharness-helpers.js"></script>
<script>
+setup({allow_uncaught_exception: true});
+
indexeddb_test(
function(t, db) {
db.createObjectStore('store');

Powered by Google App Engine
This is Rietveld 408576698