| 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..0187c6bd06587147c45ed83f0c774d2d7d26ad82 100644
|
| --- a/chrome/test/data/webui/test_api.js
|
| +++ b/chrome/test/data/webui/test_api.js
|
| @@ -743,6 +743,7 @@ var testing = {};
|
| * necessarily successful results) of this test.
|
| * @see errors
|
| * @see runTestFunction
|
| + * TODO(scr): Fix TEST_F to call testDone when assertions fail in async mode.
|
| */
|
| function runTest(isAsync, testFunction, testArguments) {
|
| // Avoid eval() if at all possible, since it will not work on pages
|
|
|