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. |