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

Unified Diff: pkg/polymer/example/component/news/test/news_index_test.html

Issue 27903006: Improves how to initialize polymer apps and fixes polymer build and linter to (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
Index: pkg/polymer/example/component/news/test/news_index_test.html
diff --git a/pkg/polymer/example/component/news/test/news_index_test.html b/pkg/polymer/example/component/news/test/news_index_test.html
index 8e5dbfdc7d03d18afe8804de88633e0c6df06884..16667512e354728a23e52e405289435dd7e6cfc8 100644
--- a/pkg/polymer/example/component/news/test/news_index_test.html
+++ b/pkg/polymer/example/component/news/test/news_index_test.html
@@ -5,6 +5,7 @@ https://github.com/dglazkov/Web-Components-Polyfill/blob/master/samples/news
-->
<html>
<head>
+ <!--polymer-test: this comment is needed for test_suite.dart-->
<title>Simple Web Components Example</title>
<link rel="import" href="../web/news-component.html">
<script src="packages/unittest/test_controller.js"></script>
@@ -20,6 +21,5 @@ https://github.com/dglazkov/Web-Components-Polyfill/blob/master/samples/news
<li class="breaking"><a href="//example.com/stories/5">Horrible story</a></li>
</ul>
<script type="application/dart" src="news_index_test.dart"></script>
-<script type="application/dart" src="packages/polymer/init.dart"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698