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

Unified Diff: LayoutTests/storage/indexeddb/index-multientry-expected.txt

Issue 243523003: Fire window.onerror for uncaught IndexedDB errors (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Don't capture full stack unless devtools is visible Created 6 years 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/index-multientry-expected.txt
diff --git a/LayoutTests/storage/indexeddb/index-multientry-expected.txt b/LayoutTests/storage/indexeddb/index-multientry-expected.txt
index bd0b2d28cb1de326ab6a8891f38a8aa13ef81165..f2bef077d08722560d375cc3d5e67bedd8e8100e 100644
--- a/LayoutTests/storage/indexeddb/index-multientry-expected.txt
+++ b/LayoutTests/storage/indexeddb/index-multientry-expected.txt
@@ -1,3 +1,4 @@
+CONSOLE ERROR: line 1: ConstraintError: Unable to add key to index 'index-unique': at least one key does not satisfy the uniqueness requirements.
Test features of IndexedDB's multiEntry indices.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Powered by Google App Engine
This is Rietveld 408576698