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

Unified Diff: test/location_wrapper_test.html

Issue 646683003: Fix web components tests - package bots use the .html as is, no more %TEST_SOURCE% (Closed) Base URL: git@github.com:dart-lang/web-components.git@master
Patch Set: Created 6 years, 2 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 | « test/interop_test.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/location_wrapper_test.html
diff --git a/test/location_wrapper_test.html b/test/location_wrapper_test.html
index b5f20b618f0869351f7cb839c48dd6fda125c903..0c56d5915f3365ca5d4a2bb7f80ecf5725b5bbba 100644
--- a/test/location_wrapper_test.html
+++ b/test/location_wrapper_test.html
@@ -17,6 +17,7 @@
<h1> Running template_wrappers_test </h1>
<script type="text/javascript"
src="/root_dart/tools/testing/dart/test_controller.js"></script>
- %TEST_SCRIPTS%
+ <script type="application/dart" src="location_wrapper_test.dart"></script>
+ <script type="text/javascript" src="/packages/browser/dart.js"></script>
</body>
</html>
« no previous file with comments | « test/interop_test.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698