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

Unified Diff: LayoutTests/storage/indexeddb/intversion-close-in-oncomplete-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-close-in-oncomplete-expected.txt
diff --git a/LayoutTests/storage/indexeddb/intversion-close-in-oncomplete-expected.txt b/LayoutTests/storage/indexeddb/intversion-close-in-oncomplete-expected.txt
index f85ec1564e2f5d3b14fd8fdfefab81b8f5fa711e..d3d102fa6f2f0ba3610acb967af443e018ca3b53 100644
--- a/LayoutTests/storage/indexeddb/intversion-close-in-oncomplete-expected.txt
+++ b/LayoutTests/storage/indexeddb/intversion-close-in-oncomplete-expected.txt
@@ -21,7 +21,8 @@ db.close()
openError():
PASS sawTransactionComplete is true
-PASS event.target.result is null
+PASS event.target.result is undefined.
+PASS event.target.error is non-null.
PASS event.target.error.name is "AbortError"
Expecting exception from transaction = db.transaction('os', 'readwrite')
PASS Exception was thrown.

Powered by Google App Engine
This is Rietveld 408576698