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

Unified Diff: LayoutTests/storage/indexeddb/window-onerror-expected.txt

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/window-onerror-expected.txt
diff --git a/LayoutTests/storage/indexeddb/window-onerror-expected.txt b/LayoutTests/storage/indexeddb/window-onerror-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ba6d10f78531af06fb016ced5839d20310a490ca
--- /dev/null
+++ b/LayoutTests/storage/indexeddb/window-onerror-expected.txt
@@ -0,0 +1,5 @@
+CONSOLE ERROR: line 23: ConstraintError: Key already exists in the object store.
+This is a testharness.js-based test.
+PASS Unprevented error on request causes window.onerror to fire
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698