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

Unified Diff: chrome/test/data/webui/grid_test.html

Issue 17315020: Port passing closure tests for cr.ui framework to browser tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nits. 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 | « chrome/test/data/webui/event_target_test.html ('k') | chrome/test/data/webui/position_util_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/grid_test.html
diff --git a/ui/webui/resources/js/cr/ui/grid_test.html b/chrome/test/data/webui/grid_test.html
similarity index 78%
rename from ui/webui/resources/js/cr/ui/grid_test.html
rename to chrome/test/data/webui/grid_test.html
index d3bfd1d32d21af90bab6df3324f6be7e23d9e79f..196116d88b0d5c574b37cfa01cd99b06b7a46e37 100644
--- a/ui/webui/resources/js/cr/ui/grid_test.html
+++ b/chrome/test/data/webui/grid_test.html
@@ -5,24 +5,7 @@
<style>
</style>
-<script src=
- "http://closure-library.googlecode.com/svn/trunk/closure/goog/base.js">
-</script>
-<script src="../../cr.js"></script>
-<script src="../event_target.js"></script>
-<script src="../ui.js"></script>
-<script src="array_data_model.js"></script>
-<script src="list_selection_model.js"></script>
-<script src="list_selection_controller.js"></script>
-<script src="list_item.js"></script>
-<script src="list.js"></script>
-<script src="grid.js"></script>
-<script>
-
-goog.require('goog.testing.jsunit');
-
-</script>
-
+<script src="webui_resource_test.js"></script>
</head>
<body>
« no previous file with comments | « chrome/test/data/webui/event_target_test.html ('k') | chrome/test/data/webui/position_util_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698