Index: LayoutTests/storage/indexeddb/resources/transaction-abort.js |
diff --git a/LayoutTests/storage/indexeddb/resources/transaction-abort.js b/LayoutTests/storage/indexeddb/resources/transaction-abort.js |
index 3cd2a825ca2dd8ca075db43971649a7919c29eb6..36ebe2fea235f7c2edbc3175e739951f33b238b9 100644 |
--- a/LayoutTests/storage/indexeddb/resources/transaction-abort.js |
+++ b/LayoutTests/storage/indexeddb/resources/transaction-abort.js |
@@ -35,6 +35,7 @@ function startTest() |
function firstAdd() |
{ |
+ expectError(); |
shouldBe("event.target.error.name", "'AbortError'"); |
shouldBeNull("trans.error"); |
shouldBeFalse("firstError"); |
@@ -47,6 +48,7 @@ function firstAdd() |
function secondAdd() |
{ |
+ expectError(); |
shouldBe("event.target.error.name", "'AbortError'"); |
shouldBeNull("trans.error"); |
shouldBeTrue("firstError"); |