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

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

Issue 307653004: IndexedDB: Result of failed request should be |undefined| (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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
« no previous file with comments | « no previous file | LayoutTests/storage/indexeddb/intversion-abort-in-initial-upgradeneeded-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9c2def8b917403432de60cea1efbaf909f9eccd4..bd0b2d28cb1de326ab6a8891f38a8aa13ef81165 100644
--- a/LayoutTests/storage/indexeddb/index-multientry-expected.txt
+++ b/LayoutTests/storage/indexeddb/index-multientry-expected.txt
@@ -98,6 +98,8 @@ transaction.objectStore('store-unique').put({x: [1, 2, 7], y: 'a'}, 'foo')
success!
This should fail the uniqueness constraint on the index, and fail:
transaction.objectStore('store-unique').put({x: [5, 2], y: 'c'}, 'should fail')
+PASS request.result is undefined.
+PASS request.error is non-null.
Request failed, as expected (ConstraintError)
Transaction aborted as expected
« no previous file with comments | « no previous file | LayoutTests/storage/indexeddb/intversion-abort-in-initial-upgradeneeded-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698