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

Unified Diff: dart/tests/html/custom_elements_test.html

Issue 177333004: Change tests to use test.py's test_controller.js, cleanup in browser_controller (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 10 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
Index: dart/tests/html/custom_elements_test.html
diff --git a/dart/tests/html/custom_elements_test.html b/dart/tests/html/custom_elements_test.html
index 6812767913fe633aff6769d02cf9c75d1bd60284..8c2cd1ea0b5f12f240ef2127c470564678f515a5 100644
--- a/dart/tests/html/custom_elements_test.html
+++ b/dart/tests/html/custom_elements_test.html
@@ -16,7 +16,7 @@
<body>
<h1> Running custom_elements_test </h1>
<script type="text/javascript"
- src="/packages/unittest/test_controller.js"></script>
+ src="/root_dart/tools/testing/dart/test_controller.js"></script>
<script type="text/javascript" src="/packages/browser/interop.js"></script>
%TEST_SCRIPTS%
</body>

Powered by Google App Engine
This is Rietveld 408576698