Index: LayoutTests/storage/indexeddb/resources/exception-in-event-aborts.js |
diff --git a/LayoutTests/storage/indexeddb/resources/exception-in-event-aborts.js b/LayoutTests/storage/indexeddb/resources/exception-in-event-aborts.js |
index debbf59a7da3d0e6d54c0220490c727a2a8101b8..265a1a703cba04f066076368416366b38b22b775 100644 |
--- a/LayoutTests/storage/indexeddb/resources/exception-in-event-aborts.js |
+++ b/LayoutTests/storage/indexeddb/resources/exception-in-event-aborts.js |
@@ -32,6 +32,7 @@ function causeException() |
debug(""); |
evalAndLog("event.preventDefault()"); |
debug("Throwing"); |
+ expectError(); |
throw "this exception is expected"; |
} |