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

Unified Diff: LayoutTests/storage/indexeddb/intversion-abort-in-initial-upgradeneeded-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/intversion-abort-in-initial-upgradeneeded-expected.txt
diff --git a/LayoutTests/storage/indexeddb/intversion-abort-in-initial-upgradeneeded-expected.txt b/LayoutTests/storage/indexeddb/intversion-abort-in-initial-upgradeneeded-expected.txt
index 7c886d75350b19e98c97b5637ce4e842beae28cd..16920d4a0bfe308dc8fae8cede6ebf9240db5d33 100644
--- a/LayoutTests/storage/indexeddb/intversion-abort-in-initial-upgradeneeded-expected.txt
+++ b/LayoutTests/storage/indexeddb/intversion-abort-in-initial-upgradeneeded-expected.txt
@@ -20,10 +20,10 @@ PASS event.target.db.version is 0
PASS request.transaction is non-null.
onError():
-PASS db is event.target.result
PASS request is event.target
+PASS event.target.result is undefined.
+PASS event.target.error is non-null.
PASS event.target.error.name is "AbortError"
-PASS event.target.result.version is 0
PASS request.transaction is null
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698