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

Unified Diff: LayoutTests/storage/indexeddb/mozilla/add-twice-failure-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
Index: LayoutTests/storage/indexeddb/mozilla/add-twice-failure-expected.txt
diff --git a/LayoutTests/storage/indexeddb/mozilla/add-twice-failure-expected.txt b/LayoutTests/storage/indexeddb/mozilla/add-twice-failure-expected.txt
index 662ac286bfc4239bf46170db264dbd941a00b752..ebee18706065243ffae4acada1ad01d32e6c7f8f 100644
--- a/LayoutTests/storage/indexeddb/mozilla/add-twice-failure-expected.txt
+++ b/LayoutTests/storage/indexeddb/mozilla/add-twice-failure-expected.txt
@@ -13,6 +13,8 @@ key = 10
request = objectStore.add({}, key);
PASS request.result is key
request = objectStore.add({}, key);
+PASS event.target.result is undefined.
+PASS event.target.error is non-null.
PASS event.target.error.name is 'ConstraintError'
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698