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

Unified Diff: ui/webui/resources/js/cr/link_controller_test.html

Issue 16831021: Convert asynchronous closure test in cr.ui framework to a browser test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge trunk Created 7 years, 6 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 | « content/public/test/browser_test_utils.cc ('k') | ui/webui/resources/js/parse_html_subset_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/js/cr/link_controller_test.html
diff --git a/ui/webui/resources/js/cr/link_controller_test.html b/ui/webui/resources/js/cr/link_controller_test.html
index eb7ebd51cd59ba61f4c58581ef06a71e777b153d..d5e9ca8b35fd12cdd340c0c4c9a9d363ec2b8570 100644
--- a/ui/webui/resources/js/cr/link_controller_test.html
+++ b/ui/webui/resources/js/cr/link_controller_test.html
@@ -5,7 +5,7 @@
tests -->
<script src="http://closure-library.googlecode.com/svn/trunk/closure/goog/base.js"></script>
<script src="../cr.js"></script>
-<script src="linkcontroller.js"></script>
+<script src="link_controller.js"></script>
<script>
goog.require('goog.testing.MockControl');
« no previous file with comments | « content/public/test/browser_test_utils.cc ('k') | ui/webui/resources/js/parse_html_subset_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698