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

Unified Diff: packages/web_components/test/html_import_annotation_test.html

Issue 2312183003: Removed Polymer from Observatory deps (Closed)
Patch Set: Created 4 years, 3 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: packages/web_components/test/html_import_annotation_test.html
diff --git a/packages/web_components/test/html_import_annotation_test.html b/packages/web_components/test/html_import_annotation_test.html
index a3455c5220d040cb18f37f608362a8ebd0c43226..8af53947344eefa9b8cc6dbb9264d6c6f0244e8f 100644
--- a/packages/web_components/test/html_import_annotation_test.html
+++ b/packages/web_components/test/html_import_annotation_test.html
@@ -17,9 +17,7 @@
<body>
<h1> Running html_import_annotation test </h1>
- <script type="text/javascript"
- src="/root_dart/tools/testing/dart/test_controller.js"></script>
- <script type="application/dart" src="html_import_annotation_test.dart"></script>
- <script type="text/javascript" src="/packages/browser/dart.js"></script>
+ <link rel="x-dart-test" href="html_import_annotation_test.dart">
+ <script src="packages/test/dart.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698