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

Unified Diff: chrome/test/data/webui/test_api.js

Issue 7861024: Adds testing infrastructure to web_ui_browsertest to support testing HtmlDialogs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Applied scr's review suggestions. Created 9 years, 3 months 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
« no previous file with comments | « chrome/test/data/webui/certificate_viewer_ui_test-inl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/test_api.js
diff --git a/chrome/test/data/webui/test_api.js b/chrome/test/data/webui/test_api.js
index fb8108b93f85acf17551dd4a609e0500aa39986e..84f7a19dd35f1ce0378341a1d34378c64c45d97e 100644
--- a/chrome/test/data/webui/test_api.js
+++ b/chrome/test/data/webui/test_api.js
@@ -129,6 +129,8 @@ var testing = {};
/**
* Called to run the body from the perspective of this fixture.
* @type {Function}
+ * TODO(scr): Fix TEST_F to call testDone when assertions fail in async
+ * mode.
Sheridan Rawlins 2011/09/20 19:23:19 Please move comment below.
flackr 2011/09/21 23:12:10 Done.
*/
runTest: function(testBody) {
testBody.call(this);
« no previous file with comments | « chrome/test/data/webui/certificate_viewer_ui_test-inl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698