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

Unified Diff: LayoutTests/storage/indexeddb/resources/exception-in-event-aborts.js

Issue 59903016: LayoutTests/resources/js-test.js onerror tweak. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed setTimeout from js-tests changes. Created 7 years, 1 month 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/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";
}
« no previous file with comments | « LayoutTests/storage/indexeddb/exception-in-event-aborts-expected.txt ('k') | LayoutTests/svg/dom/SVGViewSpec-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698