Index: LayoutTests/storage/indexeddb/resources/request-continue-abort.js |
diff --git a/LayoutTests/storage/indexeddb/resources/request-continue-abort.js b/LayoutTests/storage/indexeddb/resources/request-continue-abort.js |
index ca32dd2ba537c7c9923965918e3320d5b0fdbec2..553fca89e42212540ebf95edd335740abc39bf96 100644 |
--- a/LayoutTests/storage/indexeddb/resources/request-continue-abort.js |
+++ b/LayoutTests/storage/indexeddb/resources/request-continue-abort.js |
@@ -37,6 +37,7 @@ function testCursor() |
transaction.abort(); |
}; |
request.onerror = function() { |
+ expectError(); |
debug(""); |
debug("'error' event fired at request."); |
shouldBe("++state", "2"); |