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

Unified Diff: test/interop_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 | « pubspec.yaml ('k') | test/location_wrapper_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/interop_test.html
diff --git a/test/interop_test.html b/test/interop_test.html
index d49dcb9dbef35eb61fd12ba2c38002e5b4f849ae..988649bafc1bb0c51df309728dc1187ff533d694 100644
--- a/test/interop_test.html
+++ b/test/interop_test.html
@@ -77,6 +77,7 @@
<x-d id="i4"></x-d>
<script type="text/javascript"
src="/root_dart/tools/testing/dart/test_controller.js"></script>
- %TEST_SCRIPTS%
+ <script type="application/dart" src="interop_test.dart"></script>
+ <script type="text/javascript" src="/packages/browser/dart.js"></script>
</body>
</html>
« no previous file with comments | « pubspec.yaml ('k') | test/location_wrapper_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698